mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
finally drop the -e2s compat
This commit is contained in:
parent
8164910fe8
commit
f327f698b9
|
@ -521,7 +521,7 @@ def main(argv=None):
|
|||
supp = args_from_cfg(v)
|
||||
argv.extend(supp)
|
||||
|
||||
deprecated = [["-e2s", "-e2ds"]]
|
||||
deprecated = []
|
||||
for dk, nk in deprecated:
|
||||
try:
|
||||
idx = argv.index(dk)
|
||||
|
|
Loading…
Reference in a new issue