naming convention
This commit is contained in:
@@ -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")
|
||||
|
@@ -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):
|
||||
|
Reference in New Issue
Block a user