diff --git a/shadowmire.py b/shadowmire.py index 6973fd2..736906d 100644 --- a/shadowmire.py +++ b/shadowmire.py @@ -447,6 +447,7 @@ class SyncBase: # We're really trusty that this is all encoded in UTF-8. :/ f.write(f' {pkg}
\n') f.write(" \n") + self.local_db.dump_json() def download(session: requests.Session, url: str, dest: Path) -> bool: