From 9fc3332ddb15f15e3de0c9907632898e4d7a558b Mon Sep 17 00:00:00 2001 From: mooleshacat <43627985+mooleshacat@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:16:05 -0400 Subject: [PATCH] fix --- src/invidious/views/template.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index fd261c8f..9dba5a13 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -1,7 +1,7 @@ <% locale = env.get("preferences").as(Preferences).locale dark_mode = env.get("preferences").as(Preferences).dark_mode - str_uptime = Invidious::UpTime.get_uptime + str_uptime = UpTime.get_uptime %>