Merge pull request #49 from catspeed-cc/title-emojis

Merge: title emojis
This commit is contained in:
MooCat 2024-10-20 00:46:09 -04:00 committed by GitHub
commit 4f859316aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class Invidious::Jobs::MonitorCfgTokensJob < Invidious::Jobs::BaseJob
LOGGER.info("jobs: MonitorCfgTokensJob: pot: " + ReloadTokens.pot.as(String))
LOGGER.info("jobs: MonitorCfgTokensJob: vdata: " + ReloadTokens.vdata.as(String))
sleep 15.seconds
sleep 1.minutes
end
end
end

File diff suppressed because one or more lines are too long