mirror of https://gitlab.com/bashrc2/epicyon
Indicate path for attempted deletes
parent
0ce6c608ed
commit
c6f65aed6a
|
@ -7023,7 +7023,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""Delete button is pressed on a post
|
"""Delete button is pressed on a post
|
||||||
"""
|
"""
|
||||||
if not cookie:
|
if not cookie:
|
||||||
print('ERROR: no cookie given when deleting')
|
print('ERROR: no cookie given when deleting ' + path)
|
||||||
self._400()
|
self._400()
|
||||||
self.server.GETbusy = False
|
self.server.GETbusy = False
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue