init
This commit is contained in:
commit
b15b95781c
108 changed files with 14802 additions and 0 deletions
12
example/update_client.py
Normal file
12
example/update_client.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from autoupdate import ensure_updated
|
||||
|
||||
ensure_updated(
|
||||
base_url="http://127.0.0.1:8080",
|
||||
api_key="upsk_zdQu4gosIJjvIaQfn5A_ux9msFyDfEnc8c29F0ZCTmk",
|
||||
project_slug="test",
|
||||
current_version="0.1.3",
|
||||
)
|
||||
|
||||
|
||||
|
||||
print("TEst")
|
||||
Loading…
Add table
Add a link
Reference in a new issue