From 315cb7ec6fec41fd77fbd070c6cc6f390f0fce15 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:59:10 +0200 Subject: [PATCH] Update colors.py --- lib/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/colors.py b/lib/colors.py index 2f2732b..4dacd6a 100644 --- a/lib/colors.py +++ b/lib/colors.py @@ -3,7 +3,7 @@ import sys # Colors will be unavailable on non-linux machines colors = True machine = sys.platform -if machine.lower().startswith(("os", "win", "darwin")): +if machine.lower().startswith(("os", "win", "darwin","ios")): colors = False if not colors: