1
0
Fork 0
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:
ghost 2024-01-08 21:53:44 +02:00
parent f50347eac6
commit e9b16fd990

View file

@ -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