mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 14:31:35 +01:00
change: remove inbuilt authentication
This commit is contained in:
8
app.py
8
app.py
@@ -3,12 +3,4 @@ import os
|
||||
import sys
|
||||
|
||||
def createApp(envivorment=None, start_response=None):
|
||||
|
||||
# check files & environment
|
||||
signal = os.environ.get("SIGNAL_CLI_BIN")
|
||||
|
||||
if not os.environ.get("SIGNAL_API_PASS"):
|
||||
print("SIGNAL_API_PASS must be set in enviromenment", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
return interface.app
|
||||
|
||||
Reference in New Issue
Block a user