mirror of https://gitlab.com/bashrc2/epicyon
More debug
parent
823243b044
commit
331e280422
|
@ -108,7 +108,7 @@ def manualApproveFollowRequest(session, baseDir: str,
|
|||
if approveHandle not in approveFollowsStr:
|
||||
print('Manual follow accept: ' + approveHandle +
|
||||
' not in requests file ' + approveFollowsFilename +
|
||||
'\n' + approveFollowsStr)
|
||||
'\n"' + approveFollowsStr + '"')
|
||||
exists = False
|
||||
elif '@' in approveHandle:
|
||||
reqNick = approveHandle.split('@')[0]
|
||||
|
@ -125,7 +125,8 @@ def manualApproveFollowRequest(session, baseDir: str,
|
|||
approveHandleFull = reqPrefix + '/accounts/' + reqNick
|
||||
if not exists:
|
||||
print('Manual follow accept: ' + approveHandleFull +
|
||||
' not in requests file ' + approveFollowsFilename)
|
||||
' not in requests file "' + approveFollowsStr +
|
||||
'" ' + approveFollowsFilename)
|
||||
if not exists:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue