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 2041f08 commit ae763d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ def configure(self):
# Because of this reason will use userdata to get access back to the framer object

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, context, configurationparameters, num_worker_threads, topology, framers)

0 comments on commit ae763d1

Please sign in to comment.