server almost running - Second display working

This commit is contained in:
janis
2022-10-30 16:19:09 +01:00
parent f5b682598b
commit 14d9620ab8
14 changed files with 337 additions and 75 deletions

View File

@@ -5,6 +5,7 @@ import bin.filepathanalysis
import pygame
import bin.info_handler
import configparser
import time
pa = bin.filepathanalysis.PathAnalysis()
cvr = bin.csv_parsers.CsvRead()
@@ -134,3 +135,4 @@ class Player:
self.infoupdater()
else:
pass
time.sleep(0.25)