mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-21 04:30:30 -05:00
update readme
add vision average to client stats other stuff
This commit is contained in:
@ -7,7 +7,7 @@ class LogResource(Resource):
|
||||
path = urlsafe_b64decode(path).decode('utf-8')
|
||||
log_info = reader.read_file(path)
|
||||
|
||||
if not log_info:
|
||||
if log_info is False:
|
||||
print('could not read log file ' + path)
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user