diff options
| author | 2025-05-18 12:00:19 -0400 | |
|---|---|---|
| committer | 2025-05-18 12:00:19 -0400 | |
| commit | 01f852081b1291da7fc342976bf5228ffb618736 (patch) | |
| tree | 9701e47aaa34e1fd777cea4371d17103f5d90932 /src/portal/cpy | |
| parent | cb342b234defc1205de5d8b10ddf79deae0a551a (diff) | |
| download | camu-01f852081b1291da7fc342976bf5228ffb618736.tar.gz camu-01f852081b1291da7fc342976bf5228ffb618736.tar.bz2 camu-01f852081b1291da7fc342976bf5228ffb618736.zip | |
Portal update
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 b9b6e8d..6307a2d 100644 --- a/src/portal/cpy/portal.pyx +++ b/src/portal/cpy/portal.pyx @@ -69,7 +69,7 @@ class Portal(): def print_modules(self): for name in ALL_MODULES.keys(): - log.info('Registered module \'{}\'.'.format(name)) + log.info(f'Registered module \'{name}\'.') def new_id(self): while True: |