fix var name

This commit is contained in:
ghost 2024-01-08 21:53:44 +02:00
parent f50347eac6
commit e9b16fd990
1 changed files with 1 additions and 1 deletions

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