Skip to content

Commit

Permalink
create fork
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienArcellier committed Feb 19, 2024
1 parent d9c96a6 commit 6e08db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/hello/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from streamsync.core import StreamsyncState

# EVENT HANDLERS

print("hello fork !!")

def handle_timer_tick(state: StreamsyncState):
df = state["random_df"]
Expand Down
2 changes: 1 addition & 1 deletion src/streamsync/app_templates/hello/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from streamsync.core import StreamsyncState

# EVENT HANDLERS

print("hello fork !!")

def handle_timer_tick(state: StreamsyncState):
df = state["random_df"]
Expand Down

0 comments on commit 6e08db1

Please sign in to comment.