Skip to content

Commit

Permalink
Update outlets.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCookTU authored Sep 3, 2024
1 parent d785cdb commit 781df88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/cfb/outlets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use lazy_static::lazy_static;
lazy_static! {
pub static ref OUTLETS: Vec<String> = vec![
"ABC".to_string(),
"ACCN".to_string(),
"BTN".to_string(),
"ACC NETWORK".to_string(),
"BIG10".to_string(),
"CBS".to_string(),
"CBSSN".to_string(),
"ESPN".to_string(),
Expand All @@ -15,7 +15,7 @@ lazy_static! {
"PAC12".to_string(),
"FOX".to_string(),
"FS1".to_string(),
"SECN".to_string()
"SEC NETWORK".to_string()
];
}

Expand Down

0 comments on commit 781df88

Please sign in to comment.