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")

View File

@@ -21,8 +21,8 @@ if not os.path.exists("tmp"):
os.mkdir("tmp")
im_urls = [
"https://github.com/aceisace/Inkycal/raw/assets/Repo/coffee.png",
"https://github.com/aceisace/Inkycal/raw/assets/Repo/coffee.png"
"https://github.com/aceinnolab/Inkycal/raw/assets/Repo/coffee.png",
"https://github.com/aceinnolab/Inkycal/raw/assets/Repo/coffee.png"
]
for count, url in enumerate(im_urls):