Skip to content

Commit f24f833

Browse files
committed
chore: style fix in test_server.py
1 parent b390f92 commit f24f833

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

tools/test_server.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,20 +169,20 @@ def main():
169169
║ PerformTracker Test Server ║
170170
╠══════════════════════════════════════════════════════════╣
171171
║ URL: http://localhost:{args.port}
172-
║ Endpoints: ║
173-
║ POST /api/metrics - Receive metrics ║
172+
║ Endpoints:
173+
║ POST /api/metrics - Receive metrics
174174
╠══════════════════════════════════════════════════════════╣
175-
║ Config in Mod Menu: ║
176-
║ Enable Network Transmission: ✓ ║
177-
║ HTTP Endpoint URL: http://localhost:{args.port}/api/metrics
175+
║ Config in Mod Menu:
176+
║ Enable Network Transmission: ✓
177+
║ HTTP Endpoint URL: http://localhost:{args.port}
178178
╠══════════════════════════════════════════════════════════╣
179-
║ Commands: ║
180-
║ /ptracker deviceinfo - Show local device info ║
179+
║ Commands:
180+
║ /ptracker deviceinfo - Show local device info
181181
╠══════════════════════════════════════════════════════════╣
182-
║ Keep-Alive: Enabled ║
183-
║ Threading: Enabled (handles concurrent requests) ║
182+
║ Keep-Alive: Enabled
183+
║ Threading: Enabled (handles concurrent requests)
184184
╠══════════════════════════════════════════════════════════╣
185-
║ Press Ctrl+C to stop ║
185+
║ Press Ctrl+C to stop
186186
╚══════════════════════════════════════════════════════════╝
187187
""")
188188

0 commit comments

Comments
 (0)