Skip to content

Commit

Permalink
Reflex 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 23, 2024
1 parent 70ec98c commit 6fc1129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 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,8 @@ 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:
self.next_live = utils.next_date(await schedule())

async def featured_links(self):
self.featured_info = await featured()
2 changes: 1 addition & 1 deletion link_bio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reflex==0.4.0
reflex==0.4.1
python-dotenv
supabase
configcat-client

0 comments on commit 6fc1129

Please sign in to comment.