mirror of https://gitlab.com/bashrc2/epicyon
Slash
parent
41a3f22fe2
commit
52f1522b55
2
theme.py
2
theme.py
|
@ -1026,7 +1026,7 @@ def setNewsAvatar(baseDir: str, name: str,
|
||||||
|
|
||||||
if os.path.isfile(filename):
|
if os.path.isfile(filename):
|
||||||
os.remove(filename)
|
os.remove(filename)
|
||||||
if os.path.isdir(baseDir + 'cache/avatars'):
|
if os.path.isdir(baseDir + '/cache/avatars'):
|
||||||
copyfile(newFilename, filename)
|
copyfile(newFilename, filename)
|
||||||
copyfile(newFilename,
|
copyfile(newFilename,
|
||||||
baseDir + '/accounts/' +
|
baseDir + '/accounts/' +
|
||||||
|
|
Loading…
Reference in New Issue