Variable name

master
Bob Mottram 2019-08-23 15:19:33 +01:00
parent 6b5b9410d1
commit 361fbf9e0f
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ def webfingerLookup(path: str,baseDir: str,port: int,debug: bool) -> {}:
# convert @domain@domain to inbox@domain
if '@' in handle:
handleDomain=handle.split('@')[1]
if handle.startswith(domain+'@'):
if handle.startswith(handleDomain+'@'):
handle='inbox@'+handleDomain
filename=baseDir+'/wfendpoints/'+handle.lower()+'.json'
if debug: