A fix to the session base to step up the command counts and idle times properly. Fixes issue 137.
This commit is contained in:
parent
9dcfea5971
commit
0612e9ff31
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ class SessionBase(object):
|
||||||
#print "unloggedin _execute_cmd: '%s' __ %s" % (command_string, character)
|
#print "unloggedin _execute_cmd: '%s' __ %s" % (command_string, character)
|
||||||
# we are not logged in yet; call cmdhandler directly
|
# we are not logged in yet; call cmdhandler directly
|
||||||
cmdhandler.cmdhandler(self, command_string, unloggedin=True)
|
cmdhandler.cmdhandler(self, command_string, unloggedin=True)
|
||||||
|
self.update_session_counters()
|
||||||
|
|
||||||
def get_data_obj(self, **kwargs):
|
def get_data_obj(self, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue