mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
test
This commit is contained in:
parent
f086dec528
commit
a887b0beb4
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ if __name__ == "__main__":
|
|||
subprocess.run(["docker", "run", "--rm", "-it", "hello-world"], check=True)
|
||||
|
||||
return
|
||||
return create_jobs() if dispatch_data == ""
|
||||
if dispatch_data == "":
|
||||
return create_jobs()
|
||||
|
||||
data = json.loads(dispatch_data)
|
||||
match data.get("action"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue