summaryrefslogtreecommitdiff
path: root/src/portal/cpy
diff options
context:
space:
mode:
Diffstat (limited to 'src/portal/cpy')
-rw-r--r--src/portal/cpy/portal.pyx2
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: