Skip to content

Commit afdc32c

Browse files
committed
fixed typo in logging during apprise library init
1 parent f10ad5f commit afdc32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apprise/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def load_modules(self, path=None, name=None, force=False):
283283
self._loaded.add(module_path)
284284

285285
logger.debug(
286-
f"{self.name} {len(self._module_map) - module_count}(s) and"
286+
f"{len(self._module_map) - module_count} {self.name}(s) and"
287287
f" {len(self._schema_map) - schema_count} Schema(s) loaded in"
288288
f" {time.time() - t_start:.4f}s"
289289
)

0 commit comments

Comments
 (0)