mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
remove default dump output
This commit is contained in:
@@ -33,9 +33,6 @@ if __name__ == "__main__":
|
||||
nofollow=args.nofollow, \
|
||||
oneThread=args.oneThread, \
|
||||
cacheFile=args.cacheFile)
|
||||
if args.oneThread:
|
||||
for l in StorrageBackend.dumpRatings().split("\n"):
|
||||
print(l)
|
||||
if not args.parse_only:
|
||||
print("Starting network-listener")
|
||||
httpAPI.app.run()
|
||||
|
||||
Reference in New Issue
Block a user