From b49bc5e86444c3e414140859ca05e2dd4dd09a96 Mon Sep 17 00:00:00 2001 From: Mohamad Bastin Date: Tue, 17 Oct 2023 00:40:02 +0200 Subject: [PATCH 1/2] change tmp.py --- tmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp.py b/tmp.py index 26ec2bee..43d09790 100644 --- a/tmp.py +++ b/tmp.py @@ -48,5 +48,5 @@ def add_entries(data_dict): ) -# add_entries(data_dict) +add_entries(data_dict) print(LineaRaffleEntries.objects.all().count()) From 09f9450041f314fff4f5f273223790b47c0a9e3f Mon Sep 17 00:00:00 2001 From: Mohamad Bastin Date: Tue, 17 Oct 2023 00:50:45 +0200 Subject: [PATCH 2/2] change tmp.py --- tmp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tmp.py b/tmp.py index 43d09790..bd49363e 100644 --- a/tmp.py +++ b/tmp.py @@ -44,7 +44,6 @@ def add_entries(data_dict): LineaRaffleEntries.objects.create( wallet_address=data_dict[i]["address"], raffle=linea_raffle, - raffle_entry_id=i, )