From 84277d2ea066c35361a2778081677d4a9ba43833 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 17 Aug 2020 19:28:00 +0200 Subject: serial name: no default path --- fuzzycat/serials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzycat/serials.py b/fuzzycat/serials.py index 5222084..2f1782d 100644 --- a/fuzzycat/serials.py +++ b/fuzzycat/serials.py @@ -18,7 +18,7 @@ class SerialsDatabase: {'1857-9272', '2232-299X', '2232-3007', '2232-3015'} """ - def __init__(self, path='names'): + def __init__(self, path=None): """ Note that shelve appends "db" to the name automatically. TODO: make this auto-download into a cache directory. -- cgit v1.2.3