Skip to content

Commit 37557f4

Browse files
authored
Merge pull request #2 from bluboy-official/main
Fixed another wrong spelling
2 parents 2126058 + d13491c commit 37557f4

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)