diff options
| author | 2024-11-10 12:46:58 -0500 | |
|---|---|---|
| committer | 2024-11-10 12:46:58 -0500 | |
| commit | 93908b8c5931c944b1e91c057ef9b55933944814 (patch) | |
| tree | f6d598862c29408a7fd4216b2f625189b6e98ff5 /src/portal/cpy | |
| parent | 5e3641e5e692c3f2f644a4bb809c88727cb8bee9 (diff) | |
| download | camu-93908b8c5931c944b1e91c057ef9b55933944814.tar.gz camu-93908b8c5931c944b1e91c057ef9b55933944814.tar.bz2 camu-93908b8c5931c944b1e91c057ef9b55933944814.zip | |
Cleanup python stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/portal/cpy')
| -rw-r--r-- | src/portal/cpy/portal.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portal/cpy/portal.pyx b/src/portal/cpy/portal.pyx index 28af444..d6909f3 100644 --- a/src/portal/cpy/portal.pyx +++ b/src/portal/cpy/portal.pyx @@ -41,7 +41,7 @@ sys.stderr = hook import log -class PortalLogger(): +class PortalLogger(log.Logger): def debug(self, message): log_debug(encode_str(message)) |