Skip to content

Commit

Permalink
test removing serve forever
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 16, 2024
1 parent dd188a0 commit 4c9323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genisys/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def sigterm_handler(*_):
del httpd.inventory
sys.exit(SIGTERM)
signal(SIGTERM, sigterm_handler)
httpd.serve_forever()
# httpd.serve_forever()

# end sigterm_handler

Expand Down

0 comments on commit 4c9323c

Please sign in to comment.