Fixed session error in new config files
This commit is contained in:
parent
f88d2177c3
commit
47768acf5c
@ -4,7 +4,7 @@ password = string(default="")
|
||||
token = string(default="")
|
||||
secret = string(default="")
|
||||
device_id = string(default="")
|
||||
use_alternative_tokens = boolean(default=True)
|
||||
use_alternative_tokens = boolean(default=False)
|
||||
invited_to_group = boolean(default=False)
|
||||
|
||||
[general]
|
||||
|
Loading…
Reference in New Issue
Block a user