This commit is contained in:
syeopite 2021-05-27 16:39:17 -07:00
parent 99193718fb
commit e58e7024e4
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
require "yaml"
def load_config()
def load_config
config = YAML.parse(File.read("config.yml"))
return config
end

View File

@ -84,7 +84,6 @@ spawn do
end
stats = response
rescue ex
stats = nil
end