DmitrMakeev commited on
Commit
e544b33
1 Parent(s): 9bd6258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1736,8 +1736,7 @@ def add_data_ver():
1736
  logging.error(f"Error adding/updating contact: {e}")
1737
  return jsonify({'status': 'error', 'message': str(e)}), 500
1738
 
1739
- if __name__ == '__main__':
1740
- app.run(debug=True)
1741
 
1742
 
1743
 
 
1736
  logging.error(f"Error adding/updating contact: {e}")
1737
  return jsonify({'status': 'error', 'message': str(e)}), 500
1738
 
1739
+
 
1740
 
1741
 
1742