mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Update glowing_profiles.py
Fixing minor bugs and removing unnecessary modules
This commit is contained in:
parent
94682ad41a
commit
18123ab8f7
1 changed files with 1 additions and 3 deletions
|
|
@ -2,8 +2,6 @@
|
|||
import babase
|
||||
import _babase
|
||||
from pathlib import Path
|
||||
import bauiv1 as bui
|
||||
|
||||
import bascenev1 as bs
|
||||
|
||||
from simpleredefiner import redefine_flag, redefine_class_methods, RedefineFlag
|
||||
|
|
@ -139,7 +137,7 @@ class Chooser:
|
|||
|
||||
class Glowing(babase.Plugin):
|
||||
def __init__(self):
|
||||
if file_path.exists():
|
||||
if file_dependence.exists():
|
||||
pass
|
||||
else:
|
||||
babase.screenmessage(f"File {file_dependence} not installed. Please, install!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue