Skip to content

Commit

Permalink
Merge pull request #42 from RaccoonResearch/antbaez/fixing_issues
Browse files Browse the repository at this point in the history
fixed logger error
  • Loading branch information
antbaez9 authored Jun 21, 2024
2 parents 2dac22d + e190799 commit 16b9d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributaur/distributaur.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def execute_function(self, func_name: str, args: dict) -> Celery.AsyncResult:
args_json = json.dumps(args)
print("obj", self.call_function_task)
print("type", type(self.call_function_task))
self.log("obj", self.call_function_task)
self.log("type", type(self.call_function_task))
self.log(self.call_function_task)
self.log(self.call_function_task)

return self.call_function_task.delay(func_name, args_json)

Expand Down

0 comments on commit 16b9d75

Please sign in to comment.