eogreen commited on
Commit
940c9de
1 Parent(s): 47c2717

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):
33
  'result': 42
34
  }
35
  ))
36
- f.write("\n")
37
 
38
  return 42
39
 
 
33
  'result': 42
34
  }
35
  ))
36
+ f.write('42')
37
 
38
  return 42
39