Skip to content

Commit

Permalink
reversing broken changes
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Mar 26, 2024
1 parent bc96b29 commit c611d41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1901,6 +1901,9 @@ def stop(self):
def start(self, APIPipea, CommandPipea, IP, Port, starttime, factory):
print('running api')

#ObjectFactory.configure(factory)
#tracing_provider = ObjectFactory.get_instance("TracingProvider")
#super().start(factory, tracing_provider)
super().start()
self.initialize_connections(APPLICATION_PROTOCOL)
ObjectFactory.configure(factory)
Expand Down

0 comments on commit c611d41

Please sign in to comment.