DmitrMakeev
commited on
Commit
•
e544b33
1
Parent(s):
9bd6258
Update app.py
Browse files
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 |
-
|
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 |
|