fix comments indentation

This commit is contained in:
Mylloon 2022-05-12 15:21:01 +02:00
parent b33c6f91d5
commit 6fdcbae1c9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -265,7 +265,7 @@ if __name__ == "__main__":
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"])
print("") # just a newline
main(keys["TOKEN"], keys["TOKEN_SECRET"], keys["CONSUMER_KEY"], keys["CONSUMER_SECRET"], keys["PSEUDOS"])