mirror of
https://github.com/9001/copyparty.git
synced 2026-01-13 15:57:31 +10:00
finally drop the -e2s compat
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user