Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Jan 30, 2024
1 parent 531a190 commit fb53eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/web_server/web_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ async def dataparcer(clients, connection_type):
version1, version2, plate_id = data.get("firmware").split("_")
version = f'{version1}_{version2}'
case _:
version, plate_id = data.get("firmware").split("_")
version, plate_id = data.get("firmware"), 'unknown'
google.append({
'ip': client_ip,
'port': client_port,
Expand Down

0 comments on commit fb53eb6

Please sign in to comment.