A fix to the session base to step up the command counts and idle times properly. Fixes issue 137.

This commit is contained in:
Griatch 2011-02-27 23:20:27 +00:00
parent 9dcfea5971
commit 0612e9ff31

View file

@ -237,6 +237,7 @@ class SessionBase(object):
#print "unloggedin _execute_cmd: '%s' __ %s" % (command_string, character)
# we are not logged in yet; call cmdhandler directly
cmdhandler.cmdhandler(self, command_string, unloggedin=True)
self.update_session_counters()
def get_data_obj(self, **kwargs):
"""