Skip to content

Commit 0ed0a6f

Browse files
committed
Refactor code to optimize picture import process
1 parent be15de6 commit 0ed0a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/import_pictures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ async def import_pictures():
113113
else:
114114
datas[file.split('.')[0]] = datasCurrent[file.split('.')[0]]
115115

116+
print(datasOld)
117+
print(datasCurrent)
116118
print(datas)
117119

118120
async with aiohttp.ClientSession() as session:

0 commit comments

Comments
 (0)