mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Allow skipping instance checks for particular services
Services like searxng don't need to have instance checks performed since the nightly cron task filters out the instances already.
This commit is contained in:
parent
99e5dfcac2
commit
d15e05d39e
2 changed files with 15 additions and 3 deletions
|
@ -47,7 +47,6 @@ func GetServicesFileName() string {
|
|||
return serviceJSON
|
||||
}
|
||||
|
||||
|
||||
func FetchServicesFile(serviceJSON string) ([]byte, error) {
|
||||
resp, err := http.Get(baseRepoLink + serviceJSON)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue