eogreen commited on
Commit
740344c
1 Parent(s): ba7a4f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def dprocess(command, p2):
33
  'result': 42
34
  }
35
  ))
36
- f.write('42')
37
 
38
  return 42
39
 
 
33
  'result': 42
34
  }
35
  ))
36
+ f.write('\n')
37
 
38
  return 42
39