Skip to content

Commit

Permalink
Update mediatests.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jun 24, 2024
1 parent a707d68 commit 190cd5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commediatests/mediatests.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ func MediaTests(language string) string {
return ""
}
wg.Wait()
result += Cyan("----------------Netflix-----------------\n")
result += White("----------------Netflix-----------------\n")
result += res0
result += Cyan("----------------Youtube-----------------\n")
result += White("----------------Youtube-----------------\n")
result += res1
result += Cyan("---------------DisneyPlus---------------\n")
result += White("---------------DisneyPlus---------------\n")
result += res2
return result
}

0 comments on commit 190cd5a

Please sign in to comment.