Tweaked warning message

This commit is contained in:
prryplatypus 2021-10-09 19:43:38 +02:00
parent b3ff3926db
commit 93c814a32f
No known key found for this signature in database
GPG Key ID: 6687E128FB70819B

View File

@ -218,7 +218,8 @@ class Sanic(BaseSanic, metaclass=TouchUpMeta):
"installed in your system. In order to use uvloop "
"you must first install it. Otherwise, you can disable "
"uvloop completely by setting the 'USE_UVLOOP' configuration "
"value to false. The app will now run without uvloop."
"value to false. The app will now continue to run without "
"using uvloop."
)
# uvloop requested and installed, but opted-out during install