Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ scheduler = CommitScheduler(
|
|
| 25 |
)
|
| 26 |
|
| 27 |
def dprocess(command):
|
| 28 |
-
|
| 29 |
with scheduler.lock:
|
| 30 |
with log_file.open("a") as f:
|
| 31 |
f.write(json.dumps(
|
|
|
|
| 25 |
)
|
| 26 |
|
| 27 |
def dprocess(command):
|
| 28 |
+
print('foo...')
|
| 29 |
with scheduler.lock:
|
| 30 |
with log_file.open("a") as f:
|
| 31 |
f.write(json.dumps(
|