mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
43e85cc39c
commit
8e2f98e930
|
@ -523,6 +523,7 @@ def mutePost(baseDir: str, nickname: str, domain: str, port: int,
|
|||
if os.path.isfile(cachedPostFilename):
|
||||
try:
|
||||
os.remove(cachedPostFilename)
|
||||
print('MUTE: cached post removed ' + cachedPostFilename)
|
||||
except BaseException:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue