mirror of
https://github.com/de2tla2f/pymaster.git
synced 2025-04-01 18:16:18 +00:00
fix var name
This commit is contained in:
parent
f50347eac6
commit
e9b16fd990
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ServerEntry:
|
|||
elif( split[i] == 'nat' ):
|
||||
self.nat = int(value)
|
||||
elif split[i] == 'key':
|
||||
self.nat = int(value, 16)
|
||||
self.key = int(value, 16)
|
||||
except IndexError:
|
||||
pass
|
||||
self.check = self.challenge == self.challenge2
|
||||
|
|
Loading…
Add table
Reference in a new issue