Get your codebase togehter

This commit is contained in:
daru
2022-07-31 14:55:31 +02:00
parent 92660df667
commit 1f59f13bfc
3 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ func Arbeit() {
checkDate := time.Now()
data, err := animeListCache.Get(bucketAppoint)
if err == nil {
err = nil
nanora, err := BytesToInt64(data)
if err == nil {
checkDate = time.Unix(0, nanora)