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