Skip to content

Commit

Permalink
updated server_query
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulsender committed Oct 7, 2024
1 parent 9b73185 commit 40474ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import os

# Configuration
# make sure to use env for security
server = str(os.getenv("SERVER"))
webhook_url = str(os.getenv("WEBHOOK_URL"))

Expand Down

0 comments on commit 40474ea

Please sign in to comment.