sholloway / agents-playground

MIT License
4 stars 0 forks source link

Logging Bug #8

Open sholloway opened 2 years ago

sholloway commented 2 years ago

The @log decorator isn't working for methods with parameters.

Specifically, the dpg callbacks expect methods to be of the form:

def _callback(self, sender, item_data, user_data):
  pass

I want to be able to use the @log on these.