From bb1f4dc0f324a4ef6a462157e6bfed28d9b43474 Mon Sep 17 00:00:00 2001 From: gdamms Date: Tue, 22 Mar 2022 10:25:15 +0100 Subject: [PATCH] fix: chepakoi --- src/database_recoder.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/database_recoder.py b/src/database_recoder.py index 864c511..20758ea 100644 --- a/src/database_recoder.py +++ b/src/database_recoder.py @@ -1,6 +1,5 @@ import itertools import logging -from curses.ascii import DEL from subprocess import call from time import sleep @@ -245,15 +244,3 @@ loadouts = generate_loadouts() for ((model, sticker), wheel, hat, team, primary_color, secondary_color) in loadouts: print(f"next loadout: {((model, sticker), wheel, hat, team, primary_color, secondary_color)}") newCar(model, sticker, wheel, hat, team, primary_color, secondary_color) - - -# a = [2, 3] -# res = [] -# for i, n in enumerate(a): - -# def truc(u): -# return (i, u) - -# res += map(truc, range(n)) - -# print(res)