fix: reseting conf
This commit is contained in:
parent
826fd15933
commit
3b32470d9c
@ -91,10 +91,8 @@ def cli():
|
|||||||
from .utils import shared
|
from .utils import shared
|
||||||
|
|
||||||
if arguments.r:
|
if arguments.r:
|
||||||
import os
|
from .utils.config import write_config
|
||||||
if os.path.exists(shared.CONFIG_FILE):
|
write_config()
|
||||||
os.remove(shared.CONFIG_FILE)
|
|
||||||
read_config()
|
|
||||||
|
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user