Skip to content

Commit

Permalink
move out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Nov 12, 2024
1 parent 1130304 commit 13cca62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion telemetry/pitcrew/persister_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def notify(self, topic, payload, now=None):

def get_session(self, session_id, game, track, car, session_type, car_class) -> Optional[Session]:
try:
# TODO dont save again
r_game = Game.objects.get(name=game)
logger.debug(f"Car class: {car_class} / Car: {car}")
if car_class:
Expand Down

0 comments on commit 13cca62

Please sign in to comment.