Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 20 Feb 2020 17:39:03 UTC Commit: d48d5cca25b131ce2aef436f0d3b506658809e20 https://github.com/geany/www.geany.org/commit/d48d5cca25b131ce2aef436f0d3b50...
Log Message: ----------- Remove unused argument
Modified Paths: -------------- static_docs/github_client.py
Modified: static_docs/github_client.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,7 @@ def get_file_contents(self, filename, user=None, repository=None): return self._parse_fetch_file_response(response_json)
# ---------------------------------------------------------------------- - def _request(self, url, status_404_expected=False, auth_token=None): + def _request(self, url, status_404_expected=False): request_args = dict(timeout=HTTP_REQUEST_TIMEOUT, stream=False) if self._auth_token is not None: authorization_header = self._factor_authorization_header()
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).