add online time and deaths to player card

This commit is contained in:
Johan Lundberg 2025-05-02 20:55:54 +02:00
parent 4a826e5ac2
commit b19568b1ab
3 changed files with 10 additions and 3 deletions

View file

@ -6,7 +6,7 @@ from main import TelemetrySnapshot
def main() -> None:
wait = 10
online_time = -10
online_time = 24 * 3600 # start at 1 day
ew = 0
ns = 0
while True: