You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Exception during chatwars automation process: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Traceback (most recent call last):
File "./main.py", line 1468, in main
a.loop()
File "./main.py", line 550, in loop
self.hero_parser(m)
File "./main.py", line 952, in hero_parser
self.time_to_war = int(m.group(1)) * 60 + int(m.group(2))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: