You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
471 B

def init():
global steps;global pnum;global anick;global pnick
#Step(reg / pay / other)
steps = {}
#Pay number
# pnum = 0
pnum = {}
#Pay nick
# pnick = ""
pnick = {}
#Auth nick
# anick = ""
anick = {}
#CHANGE!!!
global db
db = {}
global API_TEST ; global API_MAIN
#MAIN
API_MAIN = 'Your token'
#TEST
API_TEST = ''