mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Python path setting (#2409)
* Add python package * Add python path backend config * Add python path to system settings page * Apply python path to script scrapers and plugins
This commit is contained in:
@@ -830,6 +830,10 @@ func (mockGlobalConfig) GetScraperExcludeTagPatterns() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (mockGlobalConfig) GetPythonPath() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func TestSubScrape(t *testing.T) {
|
||||
retHTML := `
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user