Skip to content

Commit

Permalink
fixing missing gunicorn start
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 11, 2024
1 parent ab1351b commit 71de675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/gnss_rproxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def logout():
'loglevel': 'warning',
}
#start gunicorn
#StandaloneApplication(app, gunicorn_options).run()
StandaloneApplication(app, gunicorn_options).run()

except KeyboardInterrupt:
print("Server interrupted by user!!")
Expand Down

0 comments on commit 71de675

Please sign in to comment.