Update newfile.py
Browse files- newfile.py +1 -1
newfile.py
CHANGED
|
@@ -117,4 +117,4 @@ def get_icon():
|
|
| 117 |
return jsonify({"error": "Image not found."}), 404
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
| 120 |
-
app.run(debug=True, host='0.0.0.0', port=
|
|
|
|
| 117 |
return jsonify({"error": "Image not found."}), 404
|
| 118 |
|
| 119 |
if __name__ == "__main__":
|
| 120 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|