mirror of
https://github.com/iv-org/instances-api.git
synced 2025-03-13 09:46:34 -04:00
Fix lint
This commit is contained in:
parent
99193718fb
commit
e58e7024e4
@ -1,7 +1,6 @@
|
||||
require "yaml"
|
||||
|
||||
def load_config()
|
||||
def load_config
|
||||
config = YAML.parse(File.read("config.yml"))
|
||||
return config
|
||||
end
|
||||
|
||||
|
@ -84,7 +84,6 @@ spawn do
|
||||
end
|
||||
|
||||
stats = response
|
||||
|
||||
rescue ex
|
||||
stats = nil
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user