mirror of
https://github.com/YGGverse/pymaster.git
synced 2025-09-04 01:52:02 +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…
x
Reference in New Issue
Block a user