This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-05-29 12:29:47 +02:00
parent 8267745011
commit 73117674ad
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ cors = CORS(app, resources={r"/api/predict": {"origins": url},
r"/health": {"origins": "*"} r"/health": {"origins": "*"}
}) })
users = {} users = {}
#check
alive = "alive" alive = "alive"
def user_interest_decay(token): def user_interest_decay(token):
while True: while True: