mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
test
This commit is contained in:
parent
8e63c74ddd
commit
c7ced9d754
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
|
||||
import os, json, subprocess
|
||||
import os, sys, json, subprocess
|
||||
|
||||
dispatch_data = os.environ.get("DISPATCH_DATA")
|
||||
|
||||
|
|
@ -79,4 +79,4 @@ def main():
|
|||
return 1
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.exit(main())
|
||||
sys.exit(main())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue