updated chyron test
This commit is contained in:
parent
292b54d353
commit
684b22f451
@ -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: ",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user