kopia lustrzana https://github.com/Michael-K-Stein/SpotiFile
5 wiersze
225 B
Python
5 wiersze
225 B
Python
![]() |
|
||
|
|
||
|
def clean_file_path(prompt: str):
|
||
|
return prompt.replace('/', '').replace('?', '').replace('"', '').replace('*', '').replace('|', '').replace('\\', '').replace(':', '').replace(';', '').replace('>', '').replace('<', '')
|