Skip to content

Commit

Permalink
Dummy change for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 12, 2023
1 parent 46ce393 commit 1772b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def create_user():
try:
app.run(port=5000, debug=True)
except OSError as e:
print(f"Error: {e}. Is port 5000 already in use?")
print(f"Error: {e}. Is port 5000 already in use?")

0 comments on commit 1772b48

Please sign in to comment.