Skip to content

Commit 330a1bc

Browse files
committed
Refactor code to remove commented print statement in import_pictures.py
1 parent 98177bb commit 330a1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import_pictures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def send_request(session, url, json):
3737
"filters[inetOrgPerson.employeeType]": "TAIGA",
3838
}
3939

40-
print('filters', params)
40+
# print('filters', params)
4141

4242
try:
4343
form = aiohttp.FormData()

0 commit comments

Comments
 (0)