updated chyron test

This commit is contained in:
Alex Orid 2021-04-09 17:02:18 -04:00
parent 292b54d353
commit 684b22f451

View File

@ -59,17 +59,21 @@ class ChyronItem():
if __name__ == "__main__": if __name__ == "__main__":
testModule = Chyron_Module() testModule = Chyron_Module()
testModule.addItem( testModule.addItem(
"test", "RightNow",
"Now: ", "Now: ",
"Coding Stream") "Coding Stream")
testModule.addItem(
"WeekDays",
"► Weekdays: ",
"Daily Stream @ 12pm Noon EST")
testModule.addItem( testModule.addItem(
"FriSat", "FriSat",
"► Friday & Saturday: ", "► Friday & Saturday: ",
"Coding Stream") "FFxiv (Express Delivery Raid Team) @ 7pm EST")
testModule.addItem( testModule.addItem(
"Commands", "Commands",
"► Commands: ", "► Commands: ",
"!animal, !climateclock, !discord, !page, !roll") "!animal, !climateclock, !discord, !lights, !page, !roll")
testModule.addItem( testModule.addItem(
"Website", "Website",
"► Want to read about my various projects? visit: ", "► Want to read about my various projects? visit: ",