mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
test
This commit is contained in:
parent
c9ef74a8e1
commit
837545a35b
2 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
|
||||
print("hello from python!")
|
||||
print(f"data: {os.environment.get("DISPATCH_DATA")}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue