blumonilr %!s(int64=5) %!d(string=hai) anos
pai
achega
7eece6d91f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/app.py

+ 1 - 0
web/app.py

@@ -63,6 +63,7 @@ def save_code(language, code):
         src_file = open('Main.java', 'w')
     elif language == 'python':
         src_file = open('main.py', 'w')
+    print(src_file)
     src_file.write(code)
     return src_file