mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[MOD/WIP] Try doing fallbacks
This commit is contained in:
parent
fe77906cde
commit
cc85859cca
5 changed files with 56 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue