mirror of
https://github.com/iv-org/instances-api.git
synced 2025-05-10 10:35:14 -04:00
Fix lint
This commit is contained in:
parent
99193718fb
commit
e58e7024e4
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
require "yaml"
|
require "yaml"
|
||||||
|
|
||||||
def load_config()
|
def load_config
|
||||||
config = YAML.parse(File.read("config.yml"))
|
config = YAML.parse(File.read("config.yml"))
|
||||||
return config
|
return config
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,6 @@ spawn do
|
||||||
end
|
end
|
||||||
|
|
||||||
stats = response
|
stats = response
|
||||||
|
|
||||||
rescue ex
|
rescue ex
|
||||||
stats = nil
|
stats = nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue