Open homm opened 4 years ago
Otherwise, the following code is required:
class Application(Application): @property def _log_request(self): return False @_log_request.setter def _log_request(self, value): pass app = Application(log_request=False)
Otherwise, the following code is required: