Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aekmekci72 committed Aug 8, 2024
1 parent 5b06d69 commit 61b6e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def get_updates():
def get_events():
try:
resources_ref = db.collection('resources').order_by('timestamp', direction=firestore.Query.DESCENDING).stream()
resources_ref = resources_ref.stream()

resources = []
for doc in resources_ref:
Expand Down

0 comments on commit 61b6e04

Please sign in to comment.