Skip to content

Commit

Permalink
Prueba: State
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 23, 2024
1 parent 7d6e706 commit b523332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions link_bio/link_bio/state/PageState.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ class PageState(rx.State):

async def check_live(self):
self.live_status = await live(USER)
if not self.live_status.live:
# await schedule()
self.next_live = "Next" # utils.next_date()
# if not self.live_status.live:
# # await schedule()
# self.next_live = "Next" # utils.next_date()

async def featured_links(self):
self.featured_info = await featured()

0 comments on commit b523332

Please sign in to comment.