This commit is contained in:
Adam Hopkins
2022-10-31 11:47:23 +02:00
committed by GitHub
parent 1c4925edf7
commit 5369291c27
9 changed files with 91 additions and 15 deletions

View File

@@ -734,8 +734,7 @@ class StartupMixin(metaclass=SanicMeta):
except IndexError:
raise RuntimeError(
f"No server information found for {primary.name}. Perhaps you "
"need to run app.prepare(...)?\n"
"See ____ for more information."
"need to run app.prepare(...)?"
) from None
socks = []