Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
plugins
google-photos
Commits
dff7133a
Commit
dff7133a
authored
2 years ago
by
Alp Deniz Ogut
Browse files
Options
Download
Email Patches
Plain Diff
Reduce log
parent
3179ede7
Pipeline
#13190
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
google_photos/plugin.py
+1
-2
google_photos/plugin.py
with
1 addition
and
2 deletions
+1
-2
google_photos/plugin.py
+
1
-
2
View file @
dff7133a
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets