bombsquad-community / plugin-manager

A Plugin Manager for Bombsquad 1.7+
https://bombsquad-community.web.app/pluginmanager
Other
39 stars 28 forks source link

deprecated method #201

Closed Loup-Garou911XD closed 7 months ago

Loup-Garou911XD commented 8 months ago

https://github.com/bombsquad-community/plugin-manager/blob/54b35309f49ed7e3f567019129f79541b589e2a9/plugins/utilities/file_share.py#L34C7-L34C7

use app = _babase.app.env instead

Loup-Garou911XD commented 8 months ago

babase also has babase.app.env.python_directory_user attribute so why using _babase?

rikkolovescats commented 7 months ago

fixed in https://github.com/bombsquad-community/plugin-manager/pull/202

babase also has babase.app.env.python_directory_user attribute so why using _babase?

shouldn't make a difference either way