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