mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
New fixes
This commit is contained in:
parent
79244decde
commit
da62efcf2b
4 changed files with 8 additions and 18 deletions
|
|
@ -41,8 +41,8 @@ HEADERS = {
|
|||
"User-Agent": _env["legacy_user_agent_string"],
|
||||
}
|
||||
PLUGIN_DIRECTORY = _env["python_directory_user"]
|
||||
def _regexp_friendly_class_name_shortcut(string): return string.replace(".", "\.")
|
||||
|
||||
_regexp_friendly_class_name_shortcut = lambda string: string.replace(".", "\\.")
|
||||
|
||||
REGEXP = {
|
||||
"plugin_api_version": re.compile(b"(?<=ba_meta require api )(.*)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue