work in progress: agent.talk - client connect basically working
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3293 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
3c246560a2
commit
2a7acff23b
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class HttpClient(object):
|
|||
return interaction
|
||||
|
||||
def generateSessionId(self):
|
||||
return str(time())
|
||||
return '%.7f' % time()
|
||||
|
||||
clients.register(HttpClient, Master, name='http')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue