From: Vincent Le Gallic Date: Thu, 5 Sep 2013 00:22:23 +0000 (+0200) Subject: pimeys est temporairement down X-Git-Url: http://gitweb.pimeys.fr/?p=today.git;a=commitdiff_plain;h=e351dbb1a65bc7277da83a836e7e974aac2d8cb7 pimeys est temporairement down --- 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")