Skip to content

Commit

Permalink
fix type in env
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 17, 2024
1 parent e38f7b5 commit a907be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
S3_SECRET_KEY = os.getenv('S3_SECRET_KEY')
S3_ENDPOINT = os.getenv('S3_ENDPOINT')

HEARTBEAT_URL = os.getenv('HEARTBEAT_URL ')
HEARTBEAT_URL = os.getenv('HEARTBEAT_URL')

# Prepare discord connection
intents = nextcord.Intents.default()
Expand Down

0 comments on commit a907be4

Please sign in to comment.