mirror of
https://github.com/AsgardEternal/DiscordWhitelist.git
synced 2024-12-28 22:29:13 -06:00
add in backup incase of no connect
This commit is contained in:
parent
17716b880e
commit
61fc1e0cd9
@ -58,7 +58,7 @@ class serveRA(http.server.SimpleHTTPRequestHandler):
|
||||
file.close()
|
||||
except:
|
||||
print('failed to open file!', file=stderr)
|
||||
print(traceback.format_exc())
|
||||
print(traceback.format_exc(), file=stderr)
|
||||
return
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user