remove print

This commit is contained in:
Mylloon 2021-08-05 18:57:48 +02:00
parent 5ca9dd6eda
commit a9394390ca

View file

@ -218,7 +218,6 @@ if __name__ == "__main__":
# creation of a list of all the words (upper and lower case) # creation of a list of all the words (upper and lower case)
triggerWords = permute(universalBase) triggerWords = permute(universalBase)
print(len(triggerWords))
# 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"]) keys = load(["TOKEN", "TOKEN_SECRET", "CONSUMER_KEY", "CONSUMER_SECRET", "PSEUDOS", "VERBOSE"])