diff options
-rw-r--r-- | gentoo_sponsors.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index fd84a0f..6e921a2 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -124,11 +124,11 @@ ads = [ 'name': 'OSTC', 'type': 'img', 'img': 'sponsors/ostc-ad.png', - 'title': 'OSTC' + 'title': 'OSTC', 'tier': 1, - 'weight', 10, + 'weight': 10, 'url': 'http://www.ostc.com/', 'height': 114, - 'width', 88, + 'width': 88, }, ] |