remove obsolte MultipleFileException
This commit is contained in:
parent
f1d44f48c7
commit
43f6ef9429
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ KIWIX_BASE_URL = "https://download.kiwix.org/zim/"
|
|||
|
||||
class CacheException(Exception):
|
||||
pass
|
||||
class MultipleFileException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def parse_args() -> argparse.Namespace:
|
||||
parser = argparse.ArgumentParser(
|
||||
|
|
Loading…
Reference in a new issue