Skip to content

Commit

Permalink
revert some unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schneider committed May 23, 2024
1 parent 6a1887f commit b50f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/weblogin_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ def login(session_id):


if __name__ == "__main__":
app.run(host=config['host'], port=config['port'])
app.run(host=config['host'], port=config['port'])

0 comments on commit b50f892

Please sign in to comment.