Spaces:
Runtime error
Runtime error
Retry
Browse files- background_task.py +1 -1
background_task.py
CHANGED
@@ -215,4 +215,4 @@ def init_matchmaking():
|
|
215 |
matchmaking = Matchmaking(models)
|
216 |
matchmaking.run()
|
217 |
matchmaking.to_csv()
|
218 |
-
print("Matchmaking done
|
|
|
215 |
matchmaking = Matchmaking(models)
|
216 |
matchmaking.run()
|
217 |
matchmaking.to_csv()
|
218 |
+
print("Matchmaking done --", datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f"))
|