remove default dump output

This commit is contained in:
Yannik Schmidt
2019-06-10 17:26:39 +02:00
parent 3248009fd5
commit 9348bbe638

View File

@@ -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()