Showing person qrcode

main
Bob Mottram 2022-03-22 11:16:09 +00:00
parent 129b933d82
commit 76fd7de76a
1 changed files with 0 additions and 5 deletions

View File

@ -13821,11 +13821,6 @@ class PubServer(BaseHTTPRequestHandler):
qr_filename = \
acct_dir(base_dir, nickname, domain) + '/qrcode.png'
if os.path.isfile(qr_filename):
if self._etag_exists(qr_filename):
# The file has not changed
self._304()
return
tries = 0
media_binary = None
while tries < 5: