From 684b22f451af7dd921f3cfcf4c80c8806f57d029 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 9 Apr 2021 17:02:18 -0400 Subject: [PATCH] updated chyron test --- chyron_module.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/chyron_module.py b/chyron_module.py index 090112c..2e6e842 100644 --- a/chyron_module.py +++ b/chyron_module.py @@ -59,17 +59,21 @@ class ChyronItem(): if __name__ == "__main__": testModule = Chyron_Module() testModule.addItem( - "test", + "RightNow", "Now: ", "Coding Stream") + testModule.addItem( + "WeekDays", + "► Weekdays: ", + "Daily Stream @ 12pm Noon EST") testModule.addItem( "FriSat", "► Friday & Saturday: ", - "Coding Stream") + "FFxiv (Express Delivery Raid Team) @ 7pm EST") testModule.addItem( "Commands", "► Commands: ", - "!animal, !climateclock, !discord, !page, !roll") + "!animal, !climateclock, !discord, !lights, !page, !roll") testModule.addItem( "Website", "► Want to read about my various projects? visit: ",