mirror of
https://github.com/AsgardEternal/DiscordWhitelist.git
synced 2024-12-28 22:29:13 -06:00
fix header response
This commit is contained in:
parent
878383af12
commit
ecc65466d3
@ -60,7 +60,7 @@ class serveRA(http.server.SimpleHTTPRequestHandler):
|
||||
print('failed to serve file!', file=stderr)
|
||||
print(traceback.format_exc(), file=stderr)
|
||||
else:
|
||||
self.send_response(404)
|
||||
self.send_response_only(404, 'you must specify the group to pull from!')
|
||||
return
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user