[MOD/WIP] Try doing fallbacks

This commit is contained in:
LDA 2024-06-24 02:05:11 +02:00
commit cc85859cca
5 changed files with 56 additions and 2 deletions

View file

@ -19,7 +19,7 @@ static HttpServer *server = NULL;
static pthread_t xmpp_thr;
static XMPPComponent *jabber = NULL;
extern int ParseeFindDatastart(char *data);
int
Main(void)
{
@ -38,7 +38,7 @@ Main(void)
ParseeConfigLoad("parsee.json");
ParseeConfigInit();
/* Write out the config file to a YAML document */
yaml = StreamOpen("parsee.yaml", "w");
ParseeExportConfigYAML(yaml);