Skip to content
Snippets Groups Projects
Commit 546d9234 authored by Eckl, Máté's avatar Eckl, Máté
Browse files

Kis apróság

parent fa8ba0d7
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,7 @@ if UPDATE_IP_VERSION != 0:
logging.info("Csak IPv%d kérés megadva." % UPDATE_IP_VERSION)
# Küldendő adat összeállítása
data_v4 = "token=%s&prefix=%s" % (MY_TOKEN, MY_PREFIX)
data_v6 = data_v4
data_v6 = data_v4 = "token=%s&prefix=%s" % (MY_TOKEN, MY_PREFIX)
host = "https://updaterv%d.i42.hu:10053"
server_v4 = host % 4
server_v6 = host % 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment