diff options
| author | Bobby <[email protected]> | 2022-11-30 22:46:50 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-30 22:46:50 -0500 |
| commit | 982bee9fc665b21f235ac457ca6e4f960275f8dc (patch) | |
| tree | 7bda4d04983f43d44456cf1066a155dee0c3e2e1 | |
| parent | aae38a54e5fd7132030fb472a7d13629edcfec8e (diff) | |
| download | thatcomputerscientist-982bee9fc665b21f235ac457ca6e4f960275f8dc.tar.xz thatcomputerscientist-982bee9fc665b21f235ac457ca6e4f960275f8dc.zip | |
Change Repositiory Title Images
| -rw-r--r-- | ignis/views.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ignis/views.py b/ignis/views.py index ba0e5f81..2a24017f 100644 --- a/ignis/views.py +++ b/ignis/views.py @@ -73,7 +73,8 @@ def cover_image(request, repository): except: # image is not in RepositoryTitles # get image - url = 'https://socialify.git.ci/luciferreeves/{}/png?font=KoHo&language=1&name=1&pattern=Solid&theme=Dark'.format(repository) + url = 'https://socialify.thatcomputerscientist.com/luciferreeves/{}/png?font=KoHo&language=1&language2=1&name=1&theme=Dark&pattern=Solid'.format(repository) + print("Getting image for repository: {}".format(repository)) image = requests.get(url).content # reduce image size to 320x160 |
