Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e73ade

Browse files
committed
Get rid of one useless attribute
1 parent 126a147 commit 6e73ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def setHandler():
9393

9494
continue
9595

96-
kb.misc.handler = handler = dbmsMap()
96+
handler = dbmsMap()
9797
conf.dbmsConnector = dbmsConn()
9898

9999
if conf.direct:

0 commit comments

Comments
 (0)