Remove ID commands for now

This commit is contained in:
Kevin F 2022-08-22 10:35:49 -05:00
parent 5ca2c8d329
commit 85b6f468fd
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ def get_arguments() -> dict:
('version',): version.version,
('start', 'daemon'): daemonlaunch.start,
('stop', 'kill'): daemonlaunch.kill_daemon,
('addid', 'add-id'): pubkeymanager.add_ID,
('changeid', 'change-id'): pubkeymanager.change_ID,
('resetplugins', 'reset-plugins'): resetplugins.reset
}
return args