Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Stuart authored and Nate Stuart committed May 4, 2023
1 parent be18a1f commit d22670f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file modified __pycache__/bee.cpython-39.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions bee.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
def run_function():
app = mr.App(show_code = True)
if 'df' not in locals() and 'twoltr' not in locals():
print("fetching table: " + time.ctime())
df, twoltr = get_table()
words = mr.Text(label="")
df, grid2 = johnson(df, twoltr, False, words.value)
Expand Down
Binary file modified celery.sqlite
Binary file not shown.
Binary file modified celerybeat-schedule.db
Binary file not shown.

0 comments on commit d22670f

Please sign in to comment.