mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 06:51:46 +08:00
logic-o, forgot the self parameter.
This commit is contained in:
@@ -76,5 +76,5 @@ class NoopAlgorithm(object):
|
||||
def handle_frame(self, frame):
|
||||
pass
|
||||
|
||||
def get_sid_filter():
|
||||
def get_sid_filter(self):
|
||||
return None
|
||||
Reference in New Issue
Block a user