summaryrefslogtreecommitdiffstats
path: root/phenny
diff options
context:
space:
mode:
Diffstat (limited to 'phenny')
-rwxr-xr-xphenny4
1 files changed, 1 insertions, 3 deletions
diff --git a/phenny b/phenny
index 6406dda..5188a01 100755
--- a/phenny
+++ b/phenny
@@ -171,9 +171,7 @@ def main(argv=None):
# Step Five: Initialise And Run The Phennies
- # @@ ignore SIGHUP
- for config_module in config_modules:
- run(config_module) # @@ thread this
+ run(config_modules)
if __name__ == '__main__':
main()