private static function updateCycle()
 {
     self::$updateCycle = query('INSERT INTO `update` (cryptocurrency, `update`, finished) VALUES ("' . CRYPTOSHORTNAME . '","' . date("Y-m-d H:i:s") . '",0)', true);
 }