Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:UnitapApp/unitap-backend into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
ShayanShiravani committed Oct 16, 2023
2 parents 4dd8d37 + 09f9450 commit bcd606e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ def add_entries(data_dict):
LineaRaffleEntries.objects.create(
wallet_address=data_dict[i]["address"],
raffle=linea_raffle,
raffle_entry_id=i,
)


# add_entries(data_dict)
add_entries(data_dict)
print(LineaRaffleEntries.objects.all().count())

0 comments on commit bcd606e

Please sign in to comment.