|
@ -242,4 +242,5 @@ if __name__ == "__main__": |
|
|
password = password, |
|
|
password = password, |
|
|
shared_secret=secrets["shared_secret"], |
|
|
shared_secret=secrets["shared_secret"], |
|
|
identity_secret=secrets["identity_secret"], |
|
|
identity_secret=secrets["identity_secret"], |
|
|
|
|
|
debug = True |
|
|
) |
|
|
) |
|
|