diff --git a/src/config.rs b/src/config.rs
index 2b140be9f00456cf56f0e7aff5bc18106e51f256..b310d948b7e9ac0e75404bbfdb60a2dd22e5b76d 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -5,9 +5,6 @@ use toml;
 
 lazy_static! {
     static ref CONFIG_FILE: String = fs::read_to_string("config.toml").unwrap();
-}
-
-lazy_static! {
     pub static ref CONFIG: UccbotConfig = toml::from_str(&CONFIG_FILE).unwrap();
 }