diff --git a/src/helpers/helpers.cr b/src/helpers/helpers.cr index 8308c13..f599087 100644 --- a/src/helpers/helpers.cr +++ b/src/helpers/helpers.cr @@ -1,7 +1,6 @@ require "yaml" -def load_config() +def load_config config = YAML.parse(File.read("config.yml")) return config end - diff --git a/src/instances.cr b/src/instances.cr index 67a36a1..4862f3d 100644 --- a/src/instances.cr +++ b/src/instances.cr @@ -84,7 +84,6 @@ spawn do end stats = response - rescue ex stats = nil end