Closed GoogleCodeExporter closed 9 years ago
Hub fails on "&hub.lease_seconds="
Hub works with "&hub.lease_seconds=0" but returns a lease time of 0 seconds
Original comment by jrossi...@gmail.com
on 8 Mar 2010 at 6:56
I know its not correct and I don't know the ramifications, but if you're really
lame with
python and really impatient, like me, change the 2 uses of lease_seconds around
line 850
in main.py:
int(2592000)
and it will work and you can test if your hub is working.
lease_seconds appears to trace back to a constant declared at the top that
nobody will
change anyway, so its probably good to go..
Original comment by luvfil...@gmail.com
on 6 Apr 2010 at 3:50
Fixed in r360
Original comment by bslatkin
on 3 Jun 2010 at 11:00
Original issue reported on code.google.com by
bslatkin
on 4 Mar 2010 at 7:34