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):
|
if os.path.isfile(cachedPostFilename):
|
||||||
try:
|
try:
|
||||||
os.remove(cachedPostFilename)
|
os.remove(cachedPostFilename)
|
||||||
|
print('MUTE: cached post removed ' + cachedPostFilename)
|
||||||
except BaseException:
|
except BaseException:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue