Remove "f"

This commit is contained in:
Luke Murphy 2021-01-17 15:00:49 +01:00
parent 3942d09d2c
commit 458d638fc1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ class Bot(ClientXMPP):
except AttributeError:
self.web.add_routes([get("/", self.default_serve)])
self.log.info(f"Serving HTTP on port http://0.0.0.0:8080")
self.log.info("Serving HTTP on port http://0.0.0.0:8080")
run_app(self.web, print=None)
async def default_serve(self, request):