Fixed config.txt dir
This commit is contained in:
pare
67175424bb
commit
3f44a1317e
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -142,7 +142,7 @@ uc_client_secret = get_parameter("uc_client_secret", secrets_filepath)
|
||||||
uc_access_token = get_parameter("uc_access_token", secrets_filepath)
|
uc_access_token = get_parameter("uc_access_token", secrets_filepath)
|
||||||
|
|
||||||
# Load configuration from config file
|
# Load configuration from config file
|
||||||
config_filepath = "config.txt"
|
config_filepath = "config/config.txt"
|
||||||
mastodon_hostname = get_parameter("mastodon_hostname", config_filepath)
|
mastodon_hostname = get_parameter("mastodon_hostname", config_filepath)
|
||||||
|
|
||||||
# Load database config from db_config file
|
# Load database config from db_config file
|
||||||
|
|
Loading…
Referencia en una nova incidència