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