Сервис для опенрц

This commit is contained in:
lost+skunk 2024-07-13 22:12:50 +03:00
parent cd86606f7a
commit 097d58e16c
2 changed files with 17 additions and 1 deletions

View file

@ -40,9 +40,14 @@ var CFG = config{
func ExecuteConfig() {
go func() {
defer func() {
if r := recover(); r != nil {
recover()
}
}()
for {
Templates["instances.json"] = string(Download("https://git.macaw.me/skunky/SkunkyArt/raw/branch/master/instances.json").Body)
time.Sleep(1 * time.Hour)
time.Sleep(1 * time.Second)
}
}()