change: remove inbuilt authentication

This commit is contained in:
2023-07-21 15:27:40 +02:00
parent f90bb56f1c
commit 32c8226fc0
2 changed files with 0 additions and 21 deletions

8
app.py
View File

@@ -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