mirror of
https://github.com/AsgardEternal/DiscordWhitelist.git
synced 2024-12-28 22:29:13 -06:00
update to include "extgrps" folder in grp name search
This commit is contained in:
parent
27359ff29f
commit
26f71f8fc8
@ -23,6 +23,7 @@ class serveRA(http.server.SimpleHTTPRequestHandler):
|
||||
grpfile += f"extgrps/{grpName}.cfg"
|
||||
else:
|
||||
print("could not find admins file!", file=stderr)
|
||||
return
|
||||
try:
|
||||
file = open(grpfile, 'rb')
|
||||
self.copyfile(file, self.wfile)
|
||||
|
Loading…
Reference in New Issue
Block a user