Fix bug with updating Roxy-WI
pull/375/head
Aidaho 2024-03-24 10:05:35 +03:00
parent a8d401d253
commit 58e7dc6d81
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def update_roxy_wi(service: str) -> str:
restart_service = ''
services = roxy_sql.get_roxy_tools()
if service not in services:
if service not in services and service != 'roxy-wi':
raise Exception(f'error: {service} is not part of Roxy-WI')
if service != 'roxy-wi':