MrX292 413280c4b2
Add files via upload
use py_common.graphql and move config options into a separate file
2023-11-27 05:49:56 +01:00

10 lines
270 B
Python

#it gets your Shoko api key with your shoko server username and password
SHOKO = {
"url":
"http://localhost:8111", #your shoko server url
"user":
"username",#your shoko server username
"pass":
"password" #your shoko server password
}