diff --git a/bot.py b/bot.py index b070653..4148d3f 100644 --- a/bot.py +++ b/bot.py @@ -102,7 +102,7 @@ async def handler(request): "X-Frame-Options": "DENY", "X-Content-Type-Options": "nosniff", "Content-Security-Policy": "default-src 'self'", - "Server": "Python" + "Server": self.user.name }) app = web.Application()