From ca3ba5b6849a05eaf3866282ea9854908800e1df Mon Sep 17 00:00:00 2001 From: Arris Kathery Date: Wed, 8 May 2024 14:55:49 -0700 Subject: [PATCH] idfk --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index d88584b..32613c7 100644 --- a/test.py +++ b/test.py @@ -7,6 +7,6 @@ result=src.services.TriMet.get_vehicles(api) for vm in result['vehicles']: print(RGBtoANSI( - text=f"yo fag! i'm {bold(vm.type[1])} #{bold(vm.id)}.\n\ti'm running route #{bold(vm.import_data['routeNumber'])}, and meh next stop is {bold(vm.sign[0])}\n\ti'm sayin {bold(vm.sign[1])}...", + text=f"this is {bold(vm.type[1])} #{bold(vm.id)}.\n\troute #{bold(vm.import_data['routeNumber'])}, next stop: {bold(vm.sign[0])}\n\tboard: {bold(vm.sign[1])}", foregound=vm.route_color )) \ No newline at end of file