mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
fixing fontsize
This commit is contained in:
parent
a47fb1f234
commit
b6a1fdd7d2
@ -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
Loading…
x
Reference in New Issue
Block a user