diff --git a/argos-apt.py b/argos-apt.py index efc0647..667ec97 100755 --- a/argos-apt.py +++ b/argos-apt.py @@ -9,16 +9,16 @@ # Greps and displays system updates. # # python,aptdaemon,apt -# https://gitlab.com/schtobia/argos-apt/blob/master/argos-apt.py +# https://github.com/schtobia/argos-httping/blob/master/httping.py import sys from apt import Cache __author__ = "Tobias Schmidl" -__copyright__ = "Copyright 2021, Tobias Schmidl" +__copyright__ = "Copyright 2018, Tobias Schmidl" __license__ = "MIT" -__version__ = "1.0" +__version__ = "0.0.1" __maintainer__ = "Tobias Schmidl" THEMES = { @@ -35,8 +35,7 @@ if __name__ == "__main__": apt_client = client.AptClient() apt_client.update_cache(wait=True) except ImportError as err: - # print(str(err), file=sys.stderr) - pass + print(str(err), file=sys.stderr) cache = Cache() cache.open()