Configurator 1.1 will not work

hello, i had updated my Configurator from 0.3 to 1.1. But now, the Configuraor will not work anymore.

the LOG shows:

Traceback (most recent call last):
  File "/configurator.py", line 4841, in <module>
    main(sys.argv[1:])
  File "/configurator.py", line 4776, in main
    load_settings(None)
  File "/configurator.py", line 3510, in load_settings
    if PASSWORD and PASSWORD.startswith("{sha256}"):
AttributeError: 'int' object has no attribute 'startswith'

Same here?

It seams that your password contains only numbers and is parsed by Configurator into integer. Try to change it adding some letters. Or just try to add quotes around the password if it is not there yet.

Mixing in letters will solve the issue. This will be fixed with the next release of the configurator.

Works, thx. Regard