Skip to content

Commit

Permalink
Update upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
admineral authored Jan 2, 2023
1 parent a1a95ff commit 43564d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Old-Script/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
import sys
import json

smtp_secret = "6O59tS3xb2kE4SVw"
smtp_account = "[email protected]"
smtp_secret = "xxxxxxx"
smtp_account = "xxxxxxx"
smtp_server = "mail.your-server.de"
# smtp_receiver = "[email protected]"
# smtp_receiver = "xxxxxx"
smtp_receiver = smtp_account

client_id = "5Y4TlLLw5QsAVKsIvqxJr7rvT1WaAOG4"
client_secret = "bfjDCUXQVrAOg0xG"
client_id = "xxxxx"
client_secret = "xxxxx"

def print_json(j):
print(json.dumps(j, indent=2))
Expand Down

0 comments on commit 43564d8

Please sign in to comment.