Skip to content

Commit

Permalink
Update run.py (#253)
Browse files Browse the repository at this point in the history
thanks @FerricIon
  • Loading branch information
FerricIon committed Apr 13, 2021
1 parent e0a1390 commit a21a0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_config(key=None, default=None, path="config.json"):
with open(path, 'w') as configfile:
configure = {
"$schema": "https://ddns.newfuture.cc/schema/v2.8.json",
"id": "YOUR ID or EAMIL for DNS Provider",
"id": "YOUR ID or EMAIL for DNS Provider",
"token": "YOUR TOKEN or KEY for DNS Provider",
"dns": "dnspod",
"ipv4": [
Expand Down

0 comments on commit a21a0d8

Please sign in to comment.