Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,8 @@ def update_board():
|
|
172 |
need_reset = os.environ.get(RESET_JUDGEMENT_ENV)
|
173 |
logging.info("Updating the judgement: %s", need_reset)
|
174 |
if need_reset != "1":
|
175 |
-
return
|
|
|
176 |
os.environ[RESET_JUDGEMENT_ENV] = "0"
|
177 |
import shutil
|
178 |
|
|
|
172 |
need_reset = os.environ.get(RESET_JUDGEMENT_ENV)
|
173 |
logging.info("Updating the judgement: %s", need_reset)
|
174 |
if need_reset != "1":
|
175 |
+
# return
|
176 |
+
pass
|
177 |
os.environ[RESET_JUDGEMENT_ENV] = "0"
|
178 |
import shutil
|
179 |
|