fix comments indentation
This commit is contained in:
parent
b33c6f91d5
commit
6fdcbae1c9
1 changed files with 9 additions and 9 deletions
2
main.py
2
main.py
|
@ -265,7 +265,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
triggerWords = permute(universalBase) # creation of a list of all the words (upper and lower case)
|
triggerWords = permute(universalBase) # creation of a list of all the words (upper and lower case)
|
||||||
|
|
||||||
# loading environment variables and launching the bot
|
# Loading environment variables and launching the bot
|
||||||
keys = load(["TOKEN", "TOKEN_SECRET", "CONSUMER_KEY", "CONSUMER_SECRET", "PSEUDOS", "VERBOSE", "WHITELIST"])
|
keys = load(["TOKEN", "TOKEN_SECRET", "CONSUMER_KEY", "CONSUMER_SECRET", "PSEUDOS", "VERBOSE", "WHITELIST"])
|
||||||
print("") # just a newline
|
print("") # just a newline
|
||||||
main(keys["TOKEN"], keys["TOKEN_SECRET"], keys["CONSUMER_KEY"], keys["CONSUMER_SECRET"], keys["PSEUDOS"])
|
main(keys["TOKEN"], keys["TOKEN_SECRET"], keys["CONSUMER_KEY"], keys["CONSUMER_SECRET"], keys["PSEUDOS"])
|
||||||
|
|
Reference in a new issue