diff options
| author | Guillaume Horel <guillaume@gmail.com> | 2012-01-21 01:29:18 +0100 |
|---|---|---|
| committer | Guillaume Horel <guillaume@gmail.com> | 2012-01-21 01:29:18 +0100 |
| commit | 9ff30c604da0caae91eb5e8e8c5bff7b89ab26fd (patch) | |
| tree | b99640eb4547f2f1e6c3339f104a97b073a8e928 /alias_server/scripts/alias-server | |
| parent | 5cc551c5afbf23b670d3bffeb426167380e278b5 (diff) | |
| download | alias-9ff30c604da0caae91eb5e8e8c5bff7b89ab26fd.tar.gz | |
Finally fixed the issue with the disappearing pid
Now the startup script works great
Diffstat (limited to 'alias_server/scripts/alias-server')
| -rw-r--r-- | alias_server/scripts/alias-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alias_server/scripts/alias-server b/alias_server/scripts/alias-server index 554388f..34d3bf1 100644 --- a/alias_server/scripts/alias-server +++ b/alias_server/scripts/alias-server @@ -92,6 +92,6 @@ if __name__ == '__main__': config.root) if component.connect(): logging.info('Component {} connected'.format(component.boundjid)) - component.process(block=False) + component.process(block=True) else: logging.error("Component {} couldn't connect".format(component.boundjid)) |
