- initialized addmailbox variable to False

main
Georg Klein 2021-03-19 01:57:12 +01:00
parent 3da712347d
commit dfb880a6dd
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ def main(argv):
domain = ''
username = ''
dataFilePath = './users.csv'
addmailbox = False
try:
opts, args = getopt.getopt(argv,"hf:d:u:m",["help","file=","domain=","username=","add-mailbox"])