Skip to content

Commit

Permalink
adding wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Apr 6, 2023
1 parent 4193160 commit 9264204
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python3
# Author: Simeon Reusch (simeon.reusch@desy.de)

from slackbot_server import nuztf_slackbot

if __name__ == "__main__":
nuztf_slackbot.run()

0 comments on commit 9264204

Please sign in to comment.