Update GitHub references to Gitlab

This commit is contained in:
Ariel Rin
2018-11-30 03:55:19 +00:00
committed by Basraah
parent ef99f1afac
commit a3038cad00
7 changed files with 22 additions and 22 deletions

View File

@@ -73,7 +73,7 @@ def get_notifications():
# Limit notifications to those posted by repo owners and members
response['notifications'] += notifications[:5]
except requests.RequestException:
logger.exception('Error while getting github notifications')
logger.exception('Error while getting gitlab notifications')
return response