mirror of https://gitlab.com/bashrc2/epicyon
Write file
parent
866a54437f
commit
0e268913f2
|
@ -57,7 +57,7 @@ def muteConversation(baseDir: str, nickname: str, domain: str,
|
|||
return
|
||||
if os.path.isfile(conversationFilename + '.muted'):
|
||||
return
|
||||
with open(conversationFilename + '.muted') as fp:
|
||||
with open(conversationFilename + '.muted', 'w+') as fp:
|
||||
fp.write('\n')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue