Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit 172a1b8

Browse files
committed
minor fixes
1 parent c7dace9 commit 172a1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import os
55

66
# setting various parameters
7-
ICON = 'page.ico'
8-
IMAGE = Image.open("location.png")
7+
ICON = 'Images/page.ico'
8+
IMAGE = Image.open("Images/location.png")
99
UNITS = {"MB": 2**20, "KB": 2**10, "GB": 2**30}
1010

1111
class AutoDel:

0 commit comments

Comments
 (0)