Skip to content

Commit

Permalink
Refactored phy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ertan Onur authored and Ertan Onur committed Apr 29, 2022
1 parent bb29e5a commit 2041f08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def configure(self):
# Callbacks have to be outside since the c library does not like "self"
# Because of this reason will use userdata to get access back to the framer object

def __init__(self, componentname, componentinstancenumber):
def __init__(self, componentname, componentinstancenumber, context=None, configurationparameters=None, num_worker_threads=1, topology=None, framers=None):
super().__init__(componentname, componentinstancenumber, context, configurationparameters, num_worker_threads, topology, framers)
self.framers = framers
super().__init__(componentname, componentinstancenumber, framers)

0 comments on commit 2041f08

Please sign in to comment.