mirror of
https://github.com/de2tla2f/pymaster.git
synced 2024-11-23 11:31:28 +00:00
fix var name
This commit is contained in:
parent
f50347eac6
commit
e9b16fd990
|
@ -61,7 +61,7 @@ class ServerEntry:
|
||||||
elif( split[i] == 'nat' ):
|
elif( split[i] == 'nat' ):
|
||||||
self.nat = int(value)
|
self.nat = int(value)
|
||||||
elif split[i] == 'key':
|
elif split[i] == 'key':
|
||||||
self.nat = int(value, 16)
|
self.key = int(value, 16)
|
||||||
except IndexError:
|
except IndexError:
|
||||||
pass
|
pass
|
||||||
self.check = self.challenge == self.challenge2
|
self.check = self.challenge == self.challenge2
|
||||||
|
|
Loading…
Reference in a new issue