Skip to content

turn the current slips.py into a launcher that checks for updates and periodically and starts slips whn updated. #1892

@AlyaGomaa

Description

@AlyaGomaa
While True:
if should_update_slips:
  If no current slips running: # aka first run of slips
    prompt the user for update -> do a git pull
    Start slips normally
  Else:
       func_that_does_the_live_update()
  
Else:
 Start slips normally
sleep(1 day) # check for updates every 1d	

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions