naming convention

This commit is contained in:
Ace
2023-06-03 16:16:07 +02:00
parent 48e393e48c
commit 9486006e86
22 changed files with 23 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ from inkycal.tests import Config
preview = Inkyimage.preview
merge = Inkyimage.merge
url = "https://github.com/aceisace/Inkycal/raw/assets/Repo/coffee.png"
url = "https://github.com/aceinnolab/Inkycal/raw/assets/Repo/coffee.png"
im = Image.open(requests.get(url, stream=True).raw)
im.save("test.png", "PNG")