Browse Source

Performance: don't clear scanned channels and playlists lists

microtasks
tech234a 3 years ago
parent
commit
400538a1a4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      worker.py

+ 2
- 2
worker.py View File

@@ -224,9 +224,9 @@ while not gkiller.kill_now:
#open("out/discoveries.json", "w").write(dumps({"recvids": sorted(recvids), "recchans": sorted(recchans), "recmixes": sorted(recmixes), "recplayl": sorted(recplayl)}))
#clear
recvids.clear()
recchans.clear()
# recchans.clear()
recmixes.clear()
recplayl.clear()
# recplayl.clear()

submitthreads = []



Loading…
Cancel
Save