Skip to content

Commit

Permalink
We definitely need forward signals, even if we don't know it
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Nov 11, 2024
1 parent 2e5b05a commit 9105d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/maps
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ KEEP_FREE_SPACE = 3
VERBOSE = False
OG_SIGINT_HANLDER = signal.getsignal(signal.SIGINT)
TUSTARGET = "http://0.0.0.0:8080"
if os.getenv("MAPS_UPLOAD_SERVER") is not None:
TUSTARGET = str(os.getenv("MAPS_UPLOAD_SERVER"))
AUTH = os.getenv("MTDAUTH")


Expand Down

0 comments on commit 9105d2b

Please sign in to comment.