Skip to content

Commit bba6618

Browse files
authored
Update script.py
1 parent ecbcd06 commit bba6618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# with open("config.yml", "r") as file:
1313
# config = yaml.safe_load(file)
1414

15-
SENDER_EMAIL = "[email protected]"
16-
SENDER_PASSWORD = "gehkqrfuljfmqxxm"
15+
SENDER_EMAIL = "yourEmail"
16+
SENDER_PASSWORD = "yourPass"
1717

1818
UPLOAD_FOLDER = "uploads"
1919

0 commit comments

Comments
 (0)