fixing fontsize

This commit is contained in:
mooleshacat 2024-10-20 13:09:47 -04:00
parent a47fb1f234
commit b6a1fdd7d2
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ class Invidious::Uptime
# get the uptime
uptime_cmd = "/usr/bin/uptime"
uptime_args = "-p"
process = Process.new(uptime_cmd, [uptime_args], output: Process::Redirect::Pipe)
str_uptime = process.output.gets_to_end

File diff suppressed because one or more lines are too long