Fix chatgpt thing
This commit is contained in:
@ -160,7 +160,7 @@ def edit_user(username: str, new_username: str, new_traffic_limit: float, new_ex
|
|||||||
# Prepare arguments for the command
|
# Prepare arguments for the command
|
||||||
command_args = [
|
command_args = [
|
||||||
'bash',
|
'bash',
|
||||||
'edit_user.sh', # Replace with the actual path to your script
|
Command.EDIT_USER.value,
|
||||||
username,
|
username,
|
||||||
new_username or '',
|
new_username or '',
|
||||||
str(new_traffic_limit) if new_traffic_limit is not None else '',
|
str(new_traffic_limit) if new_traffic_limit is not None else '',
|
||||||
|
|||||||
Reference in New Issue
Block a user