X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=robots.py;h=84a3a2bcac5069158e5acd243629d5305c145b9b;hb=b9c8d112b8d8d0f7c726ee7dd07a89b6569c90a1;hp=2527a0c2192e7700cd3ed31acd9337a7d31d35d8;hpb=9faa13f6f8199790cf01533e857c593520559649;p=bookmarks_db.git diff --git a/robots.py b/robots.py index 2527a0c..84a3a2b 100644 --- a/robots.py +++ b/robots.py @@ -22,5 +22,6 @@ def import_robot(robot_name): exec("robot = bkmk_r%s.robot_%s" % (robot_name, robot_name)) return robot + robot = import_robot(robot_name) set_params(robot, robot_params)