Skip to content

Commit

Permalink
Remove temporary hack from EMM client.
Browse files Browse the repository at this point in the history
  • Loading branch information
jannistsiroyannis committed Nov 20, 2024
1 parent b087eb9 commit 3ea4abe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions emm/exampleclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,8 @@ def update(connection):
next_url = None
break
handle_activity(connection, item)
# Disable for dev, temporary
#cursor.execute("UPDATE state SET changes_consumed_until = ?", (item["published"],))
#connection.commit()
cursor.execute("UPDATE state SET changes_consumed_until = ?", (item["published"],))
connection.commit()


def main():
Expand Down

0 comments on commit 3ea4abe

Please sign in to comment.