mirror of
https://github.com/FAUSheppy/skillbird
synced 2026-01-21 22:07:38 +01:00
remove utils printing
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import TrueSkillWrapper as TS
|
import TrueSkillWrapper as TS
|
||||||
import utils
|
|
||||||
import time
|
import time
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
@@ -63,7 +62,7 @@ def readfile(filename, start_at_end=True, exit_on_eof=False, parsingBackend=None
|
|||||||
try:
|
try:
|
||||||
TS.evaluate_round(r)
|
TS.evaluate_round(r)
|
||||||
except Warning as e:
|
except Warning as e:
|
||||||
utils.print_warning(e)
|
pass
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
def readfiles(filenames,start_at_end=True,nofollow=False):
|
def readfiles(filenames,start_at_end=True,nofollow=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user