forked from indymedia/epicyon
Stray variable
parent
71af23ff6f
commit
ded29f2527
|
@ -540,7 +540,7 @@ def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int)
|
||||||
elif actorJson['type']=='Group':
|
elif actorJson['type']=='Group':
|
||||||
isGroup='checked'
|
isGroup='checked'
|
||||||
isBot=''
|
isBot=''
|
||||||
if os.path.isfile(actorFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/.followDMs'):
|
if os.path.isfile(baseDir+'/accounts/'+nickname+'@'+domain+'/.followDMs'):
|
||||||
followDMs='checked'
|
followDMs='checked'
|
||||||
|
|
||||||
filterStr=''
|
filterStr=''
|
||||||
|
|
Loading…
Reference in New Issue