typo
This commit is contained in:
parent
2d6b3648e4
commit
58277435e9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ with open(sys.argv[1], 'r') as file:
|
||||||
except: print("using fallback server address")
|
except: print("using fallback server address")
|
||||||
try: displayname = data["name"]
|
try: displayname = data["name"]
|
||||||
except: print("using fallback display name")
|
except: print("using fallback display name")
|
||||||
try: displayname = data["identifier"]
|
try: identifier = data["identifier"]
|
||||||
except: print("using fallback identifier")
|
except: print("using fallback identifier")
|
||||||
file.close()
|
file.close()
|
||||||
print("Successfully loaded config!")
|
print("Successfully loaded config!")
|
||||||
|
|
Loading…
Reference in a new issue