diff options
| author | Bobby <[email protected]> | 2022-12-01 03:20:28 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-01 03:20:28 -0500 |
| commit | 6cb46529798455c649eaa62738ca1e65b535c25f (patch) | |
| tree | 5b373cdce21cedb1b1c5fe9ffd9cb2772f466e4b | |
| parent | 31c1d1c26a0c8e0b7790f810896d2f9d9db85e23 (diff) | |
| download | thatcomputerscientist-6cb46529798455c649eaa62738ca1e65b535c25f.tar.xz thatcomputerscientist-6cb46529798455c649eaa62738ca1e65b535c25f.zip | |
Update views.py
| -rw-r--r-- | ignis/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ignis/views.py b/ignis/views.py index a3f7d479..1e822cbf 100644 --- a/ignis/views.py +++ b/ignis/views.py @@ -75,7 +75,7 @@ def cover_image(request, repository): except: # image is not in RepositoryTitles # get image - url = 'https://tcssocialify.vercel.app/luciferreeves/{}/png?font=KoHo&language=1&language2=1&name=1&theme=Dark&pattern=Solid'.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 |
