mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
feat: data store
This commit is contained in:
parent
4f8ee6cf9c
commit
19bdd27de1
8 changed files with 123 additions and 53 deletions
|
|
@ -14,7 +14,6 @@ func StartLastFMWorker() {
|
|||
LastFMData = service.GetLastFMData()
|
||||
|
||||
for range time.Tick(30 * time.Second) {
|
||||
slog.Info("Requesting last.fm...")
|
||||
LastFMData = service.GetLastFMData()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue