Merge pull request #250 from FafnerKeyZee/patch-1

Update Tracker.py
master
Thirion Aurélien 2024-12-23 23:40:14 +01:00 committed by GitHub
commit 9e8ff182e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class Tracker:
## LEVEL ##
def get_level(self):
level = int(self._get_field('level'))
level = self._get_field('level')
if not level:
level = 0
return int(level)