okay this should really have fixed it now

This commit is contained in:
Lynne 2018-11-09 21:26:37 +10:00
parent a16c32ac2e
commit 1940175f19
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ for f in following:
sys.exit(1)
pleroma = False
if type(j['first']) != str:
if 'first' in j and type(j['first']) != str:
print("Pleroma instance detected")
pleroma = True
j = j['first']