Skip to content
Snippets Groups Projects
Commit cc16029c authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Small fixes with dyndns

parent 4f954276
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@ from getpass import getpass
id = input("ID: ")
url = input("Url (like https://ns.example.com): ")
print("Authentication key: ", end="")
key = getpass()
key = getpass(prompt="Authentication key: ")
dyndnsServers = pymongo.MongoClient(
"mongodb://localhost:27017/")['sfphotonweb']['dyndns-servers']
......
......@@ -7,3 +7,4 @@ Authlib
requests
pyuwsgi
pyotp
aiohttp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment