DmitrMakeev commited on
Commit
29bda77
1 Parent(s): 3e477c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -196,8 +196,6 @@ def get_json_file():
196
  else:
197
  return "Файл не найден", 404
198
 
199
- if __name__ == '__main__':
200
- app.run(debug=True)
201
 
202
 
203
 
 
196
  else:
197
  return "Файл не найден", 404
198
 
 
 
199
 
200
 
201