minor bug fix, both issue 80 and 20 are done

This commit is contained in:
doctor_dev 2025-06-06 21:00:10 +00:00
parent 14231fff92
commit fde645fd60
No known key found for this signature in database
GPG key ID: F12F7F71CB84AEAA
3 changed files with 32 additions and 8 deletions

View file

@ -1,7 +1,7 @@
from utils import *
import logic.lantern_logic as lantern
from dotenv import load_dotenv
import options
import logic.options as options
import os, pwd
@ -533,7 +533,7 @@ Maintenance:
#####################################################
case 4:
options.run_option_4()
break
@ -679,7 +679,6 @@ Maintenance:
case 6:
options.run_option_6()
break