fix: reseting conf

This commit is contained in:
Hellow 2023-10-13 01:07:52 +02:00
parent 826fd15933
commit 3b32470d9c

View File

@ -91,10 +91,8 @@ def cli():
from .utils import shared
if arguments.r:
import os
if os.path.exists(shared.CONFIG_FILE):
os.remove(shared.CONFIG_FILE)
read_config()
from .utils.config import write_config
write_config()
exit()