Skip to content

Commit

Permalink
Debug leftover deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukowski committed Jun 21, 2023
1 parent 5038440 commit 5be4f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/Stripe/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async def get_event(stream):
tako = stripe.Event.list(type="customer.created")['data']

stream.write(get_mail(compared)+ " " +get_fullname(compared))
get_fullname(compared)
compared = compared['id']
while True:
test = stripe.Event.list(type="customer.created", ending_before=compared, limit=3)['data']
Expand Down

0 comments on commit 5be4f2d

Please sign in to comment.