Spaces:
Runtime error
Runtime error
Update task_manager.py
Browse files- task_manager.py +1 -1
task_manager.py
CHANGED
|
@@ -143,4 +143,4 @@ def change_task(direction, annotation_results, username):
|
|
| 143 |
|
| 144 |
def get_total_tasks():
|
| 145 |
"""่ฟๅๆปไปปๅกๆฐ"""
|
| 146 |
-
return len(tasks)
|
|
|
|
| 143 |
|
| 144 |
def get_total_tasks():
|
| 145 |
"""่ฟๅๆปไปปๅกๆฐ"""
|
| 146 |
+
return len(tasks)
|