DmitrMakeev commited on
Commit
e5a3f9e
·
verified ·
1 Parent(s): 5d22bb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -853,7 +853,6 @@ print(calculator.generate_report(results))
853
 
854
 
855
 
856
-
857
  @app.route('/calculation', methods=['POST'])
858
  def handle_calculation():
859
  try:
@@ -922,11 +921,6 @@ def handle_calculation():
922
 
923
 
924
 
925
-
926
-
927
-
928
-
929
-
930
 
931
 
932
  if __name__ == '__main__':
 
853
 
854
 
855
 
 
856
  @app.route('/calculation', methods=['POST'])
857
  def handle_calculation():
858
  try:
 
921
 
922
 
923
 
 
 
 
 
 
924
 
925
 
926
  if __name__ == '__main__':