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)
|
print('MUTE: cached post removed ' + cachedPostFilename)
|
||||||
except BaseException:
|
except BaseException:
|
||||||
pass
|
pass
|
||||||
|
else:
|
||||||
|
print('MUTE: cached post not found ' + cachedPostFilename)
|
||||||
|
|
||||||
with open(postFilename + '.muted', 'w+') as muteFile:
|
with open(postFilename + '.muted', 'w+') as muteFile:
|
||||||
muteFile.write('\n')
|
muteFile.write('\n')
|
||||||
|
|
Loading…
Reference in New Issue