Skip to content

Commit d13491c

Browse files
Update daily_reporter.py
1 parent 5a558f7 commit d13491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daily_reporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def report(user_index):
185185
datas = re.match(r'^(\d+)-(\d+)-(\d+)\(.*?(\d+).*?\)$', txt)
186186
rank = int(datas.group(4))
187187
else:
188-
print('[Warring] Check rank failed')
188+
print('[Warning] Check rank failed')
189189
datas = re.match(r'^(\d+)-(\d+)-(\d+)\(.*?\)$', txt)
190190
rank = None
191191

0 commit comments

Comments
 (0)