eogreen commited on
Commit
f9f1459
·
verified ·
1 Parent(s): 83eb289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ scheduler = CommitScheduler(
24
  every=2
25
  )
26
 
27
- def dprocess(command):
28
  print('foo...')
29
  with scheduler.lock:
30
  with log_file.open("a") as f:
 
24
  every=2
25
  )
26
 
27
+ def dprocess(command, p2):
28
  print('foo...')
29
  with scheduler.lock:
30
  with log_file.open("a") as f: