From e351dbb1a65bc7277da83a836e7e974aac2d8cb7 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 5 Sep 2013 02:22:23 +0200 Subject: [PATCH] pimeys est temporairement down --- today.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/today.py b/today.py index e430fd8..ee21fbb 100755 --- a/today.py +++ b/today.py @@ -442,6 +442,8 @@ if __name__ == "__main__": if "--no-color" in sys.argv: config.nocolor() sys.argv.remove("--no-color") + # pimeys is down + sys.argv.append("--no-remote") if "--no-remote" in sys.argv: config.do_remote = False sys.argv.remove("--no-remote") -- 2.39.2