add online time and deaths to player card
This commit is contained in:
parent
4a826e5ac2
commit
b19568b1ab
3 changed files with 10 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue