Skip to content

Commit 12d0914

Browse files
committed
1 parent 48003c8 commit 12d0914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapswipe_workers/mapswipe_workers/firebase_to_postgres/update_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ def update_user_data(user_ids=None):
2828
print(users)
2929
else:
3030
# Get only new users from Firebase.
31+
print(last_updated)
3132
last_updated = last_updated[0][0]
33+
print(last_updated)
3234
last_updated = last_updated.strftime('%Y-%m-%dT%H:%M:%S.%fZ')
3335
fb_query = fb_ref.order_by_child('created').start_at(last_updated)
3436
users = fb_query.get()

0 commit comments

Comments
 (0)