This commit is contained in:
2022-02-14 18:59:41 +01:00
parent 9f12cd1c48
commit 05840e59e8

View File

@@ -80,7 +80,7 @@ with open('vystup_tadaaa.csv', 'w') as csv_file:
print(value.iccid, value.imsi, value.price, value.smscount)
writer = csv.writer(csv_file)
writer.writerow([value.iccid, value.imsi,value.price,value.smscount])
print("just messing with git")
#print(i)