X-Git-Url: http://gitweb.pimeys.fr/?p=today.git;a=blobdiff_plain;f=today.py;h=ee21fbb814eb485d050ab8aec785d3a69b2c712e;hp=e430fd881a3030ab8768ced77b3ca24f4ae4366d;hb=e351dbb1a65bc7277da83a836e7e974aac2d8cb7;hpb=55c6c4b47884cda71e5560d25950add8b65f7382 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")