Skip to content

Commit

Permalink
POV: You made a very silly mistake in very simple code
Browse files Browse the repository at this point in the history
  • Loading branch information
PlaceReporter99 committed Apr 28, 2024
1 parent 9bfab2b commit 1f03eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendmsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import sechat

EMAIL = os.environ["username"]
EMAIL = os.environ["email"]
PASSWORD = os.environ["password"]
EVENT_NAME = os.environ["event"]
EVENT_USER = os.environ["actor"]
Expand Down

0 comments on commit 1f03eb7

Please sign in to comment.