modified: README.md

modified:   patch.py
	modified:   upgrade.py
This commit is contained in:
zyb
2024-06-18 14:33:54 +08:00
parent 3ed9c6f9e0
commit 1861785032
3 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,6 @@ def patch_system_npk(key_dict,input_file,output_file=None):
npk.save(output_file or input_file)
if __name__ == '__main__':
import argparse,os
parser = argparse.ArgumentParser(description='MikroTik patcher')
subparsers = parser.add_subparsers(dest="command")