mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
reverse
This commit is contained in:
@@ -118,7 +118,7 @@ def parse_log_file(file_path):
|
||||
line = line.replace('|', '')
|
||||
line = line.replace('INFO', '')
|
||||
line = line.replace('DEBUG', '')
|
||||
log_data['shameList'].append(line)
|
||||
log_data['shameList'].insert(0, line)
|
||||
|
||||
# get the user who sent the message
|
||||
user_match = re.search(r'From: (\w+)', line)
|
||||
|
||||
@@ -128,7 +128,7 @@ def parse_log_file(file_path):
|
||||
line = line.replace('|', '')
|
||||
line = line.replace('INFO', '')
|
||||
line = line.replace('DEBUG', '')
|
||||
log_data['shameList'].append(line)
|
||||
log_data['shameList'].insert(0, line)
|
||||
|
||||
# get the user who sent the message
|
||||
user_match = re.search(r'From: (\w+)', line)
|
||||
|
||||
Reference in New Issue
Block a user