mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
8e2f98e930
commit
59dc05b0fc
|
@ -526,6 +526,8 @@ def mutePost(baseDir: str, nickname: str, domain: str, port: int,
|
|||
print('MUTE: cached post removed ' + cachedPostFilename)
|
||||
except BaseException:
|
||||
pass
|
||||
else:
|
||||
print('MUTE: cached post not found ' + cachedPostFilename)
|
||||
|
||||
with open(postFilename + '.muted', 'w+') as muteFile:
|
||||
muteFile.write('\n')
|
||||
|
|
Loading…
Reference in New Issue