remove print
This commit is contained in:
parent
5ca9dd6eda
commit
a9394390ca
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -218,7 +218,6 @@ if __name__ == "__main__":
|
|||
|
||||
# creation of a list of all the words (upper and lower case)
|
||||
triggerWords = permute(universalBase)
|
||||
print(len(triggerWords))
|
||||
|
||||
# loading environment variables and launching the bot
|
||||
keys = load(["TOKEN", "TOKEN_SECRET", "CONSUMER_KEY", "CONSUMER_SECRET", "PSEUDOS", "VERBOSE"])
|
||||
|
|
Reference in a new issue