Skip to content

Conversation

@peachboy0
Copy link
Owner

No description provided.

- Added support for **python3.8**
- Added `on_ready` abstract methods for plugins
- Added new widgets: `PopUpWIndow`, `WaitButton`
- Fixed method `add_sounds_to_list`
- Fixed `seaplayer.plug.cli`
- Updated all child custom modules
@peachboy0 peachboy0 merged commit 2ed909e into main Dec 16, 2023

def to_safe(self):
def safe_format(string):
safe_string = re.sub(r"[^A-zА-я0-9+\s]", "", string)

Check warning

Code scanning / CodeQL

Overly permissive regular expression range

Suspicious character range that is equivalent to \[A-Z\\[\\\\]^_`a-z\].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants