mirror of https://gitlab.com/bashrc2/epicyon
Space
parent
cf729200b0
commit
d3fc053df9
2
inbox.py
2
inbox.py
|
@ -2238,7 +2238,7 @@ def inboxAfterInitial(recentPostsCache: {}, maxRecentPosts: int,
|
|||
if not os.path.isfile(followingFilename):
|
||||
print('No following.txt file exists for ' +
|
||||
nickname + '@' + domain +
|
||||
'so not accepting DM from ' +
|
||||
' so not accepting DM from ' +
|
||||
sendingActorNickname + '@' +
|
||||
sendingActorDomain)
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue