fetcher: make it a module and use locking
fetcher will be used by two threads, making it a module prevents two caches, locking prevents simultanious execution
fetcher.py
deleted
100644 → 0
fetcher/__init__.py
0 → 100644
Please register or sign in to comment