Commit dff7133a authored by Alp Deniz Ogut's avatar Alp Deniz Ogut
Browse files

Reduce log

parent 3179ede7
Pipeline #13190 passed with stage
in 1 minute and 6 seconds
Showing with 1 addition and 2 deletions
+1 -2
......@@ -184,8 +184,7 @@ class GooglePhotos(PluginBase):
items = self.google_api.get_media()
for item in items["mediaItems"]:
print("Importing", item)
print()
print("Importing", item['filename'])
self.import_media_file(item)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment