Skip to content
Snippets Groups Projects
Commit 26f7ea98 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

fix server dictionary

parent 2b38d9b2
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class ConsoleUI(npyscreen.NPSAppManaged):
for mirror in selection:
server = mirror.split("|")
self.custom_list.append({"country": server[0].strip(),
"response_time": server[1].strip(),
"resp_time": server[1].strip(),
"last_sync": server[2].strip(),
"url": server[3].strip()})
self.is_done = True
......
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