Handle no referer domain

main
Bob Mottram 2022-04-01 09:46:14 +01:00
parent 3ec2831c71
commit 77c047c8f5
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ class PubServer(BaseHTTPRequestHandler):
print('mastodon api v1: ' + path)
print('mastodon api v1: authorized ' + str(authorized))
print('mastodon api v1: nickname ' + str(nickname))
print('mastodon api v1: referer ' + referer_domain)
print('mastodon api v1: referer ' + str(referer_domain))
crawl_time = \
update_known_crawlers(ua_str, base_dir,
self.server.known_crawlers,