From 2be8f0ec4d0d1d167292a205fc59f8511dfe76cd Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sat, 18 Nov 2006 18:16:54 +0000 Subject: [PATCH] support passing config to modules --- sm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm.py b/sm.py index 6a89158..c28e0f3 100644 --- a/sm.py +++ b/sm.py @@ -89,7 +89,7 @@ def GetSlivers_callback(data, fullupdate=True): def deliver_ticket(data): return GetSlivers_callback(data, fullupdate=False) -def start(options): +def start(options, config): accounts.register_class(sliver_vs.Sliver_VS) accounts.register_class(delegate.Delegate) global start_requested -- 2.47.0