fix
This commit is contained in:
parent
b57a7e6413
commit
dcf1706d65
@ -228,7 +228,7 @@ if __name__ == '__main__':
|
||||
help='ID of users allowed to use the bot')
|
||||
parser.add_argument('--inverterd-host', default='127.0.0.1', type=str)
|
||||
parser.add_argument('--inverterd-port', default=8305, type=int)
|
||||
parser.add_argument('--shell-admin', required=True, type=int)
|
||||
parser.add_argument('--shell-admin', required=True, type=int)
|
||||
args = parser.parse_args()
|
||||
|
||||
whitelist = list(map(lambda x: int(x), args.users_whitelist))
|
||||
|
Loading…
x
Reference in New Issue
Block a user