Changed versions

This commit is contained in:
2021-11-14 12:53:09 +01:00
parent 589ef4fd4c
commit 57040f85f0
28 changed files with 304 additions and 177 deletions

View File

@@ -180,7 +180,7 @@ class NewService(CommandABC):
self._use_service_providing = True
result = Console.read('Do you want to use async? (y/n) ')
if result.lower == 'y':
if result.lower() == 'y':
self._use_async = True
Console.set_foreground_color(ForegroundColorEnum.default)