Variable name

main2
Bob Mottram 2019-11-06 11:59:13 +00:00
parent 7241d5def8
commit 693c64b4f3
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ def activateAccount(baseDir: str,nickname: str,domain: str) -> None:
if not os.path.isdir(baseDir+'/sharefiles/'+nickname):
shutil.move(deactivatedSharefilesDir+'/'+nickname,baseDir+'/sharefiles/'+nickname)
def isPersonSnoozed(baseDir: str,nickname: str,domain: str,actor: str) -> bool:
def isPersonSnoozed(baseDir: str,nickname: str,domain: str,snoozeActor: str) -> bool:
"""Returns true if the given actor is snoozed
"""
snoozedFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/snoozed.txt'