Fix chatgpt thing

This commit is contained in:
Sarina
2024-07-23 00:25:57 +03:30
parent f61990a134
commit b948907748

View File

@ -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 '',