Add missing 'self' in upload_adr_cache method

This commit is contained in:
Marco Castelluccio 2020-04-07 12:08:15 +02:00
Родитель c4f1be3e4a
Коммит 3088bfd1ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ class Retriever(object):
def __init__(self):
os.makedirs("data", exist_ok=True)
def upload_adr_cache():
def upload_adr_cache(self):
cache_path = os.path.splitext(ADR_CACHE_DB)[0]
assert os.path.abspath(
adr.config["cache"]["stores"]["file"]["path"]