Skip to content

Commit a304c6e

Browse files
committed
fix form error
1 parent c6e083a commit a304c6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

__pycache__/app.cpython-36.pyc

1 Byte
Binary file not shown.

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,4 @@ def get_by_id():
6969
return str(e)
7070

7171
if __name__ == '__main__':
72-
app.run()
73-
postgres://ndjfjdaqecakwt:c4444fec8c566815207a1bda26f921505cf0399df9b29eb25b7944e88bc125e8@ec2-54-225-106-93.compute-1.amazonaws.com:5432/d4iseb498qj31j
72+
app.run()

0 commit comments

Comments
 (0)