You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. In commit d6f4764 you removed limit variable from the StaticRoute class, but that variable is still used over here. Because of this, StaticRoute does not work in 0.16.0 release; it throws this error:
...
chunk = f.read(self.limit)
AttributeError: 'StaticRoute' object has no attribute 'limit'
Activity