merge-requests/8/head
Bob Mottram 2020-10-11 14:18:54 +01:00
parent cf729200b0
commit d3fc053df9
1 changed files with 1 additions and 1 deletions

View File

@ -2238,7 +2238,7 @@ def inboxAfterInitial(recentPostsCache: {}, maxRecentPosts: int,
if not os.path.isfile(followingFilename): if not os.path.isfile(followingFilename):
print('No following.txt file exists for ' + print('No following.txt file exists for ' +
nickname + '@' + domain + nickname + '@' + domain +
'so not accepting DM from ' + ' so not accepting DM from ' +
sendingActorNickname + '@' + sendingActorNickname + '@' +
sendingActorDomain) sendingActorDomain)
return False return False