X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Flib.py;h=bc8fbedbdffbbf17fa197320e03b2ef534de83f4;hp=eeb99ff0cca1d9fe09af45fdc5cc49b93173dc39;hb=912b046c8bdf24a2e8a477269256ad99593f0728;hpb=5456f4bf243ce06b21ed9933a769f076d5445c90 diff --git a/sid/lib.py b/sid/lib.py index eeb99ff..bc8fbed 100644 --- a/sid/lib.py +++ b/sid/lib.py @@ -1,5 +1,19 @@ # coding: utf-8 +# Copyright (C) 2020 kaliko + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + import json import logging @@ -24,7 +38,6 @@ def get_pkg(pkg): try: response = urlopen(req) ans = response.read() - #print(response.getcode()) except HTTPError as err: logger.info('The server couldn\'t fulfill the request.') logger.debug('Error code: %s', err.code)