Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SpotifyBackup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
SpotifyBackup
Commits
044ea1f9
Commit
044ea1f9
authored
3 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
updated settings file name
parent
e197af29
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
SpotifyBackup.py
+1
-1
1 addition, 1 deletion
SpotifyBackup.py
config/settings-example.json
+0
-0
0 additions, 0 deletions
config/settings-example.json
with
2 additions
and
2 deletions
.gitignore
+
1
−
1
View file @
044ea1f9
exports/
config/settings
-backup
.json
config/settings.json
config/settings-import.json
Pipfile.lock
\ No newline at end of file
This diff is collapsed.
Click to expand it.
SpotifyBackup.py
+
1
−
1
View file @
044ea1f9
...
...
@@ -99,7 +99,7 @@ class SpotifyBackup:
if
__name__
==
'
__main__
'
:
with
open
(
'
config/settings
-backup
.json
'
,
'
r
'
,
encoding
=
'
utf-8
'
)
as
f
:
with
open
(
'
config/settings.json
'
,
'
r
'
,
encoding
=
'
utf-8
'
)
as
f
:
SETTINGS
=
json
.
load
(
f
)
spotifyBackup
=
SpotifyBackup
(
SETTINGS
[
'
spotifyAPI
'
][
'
clientID
'
],
...
...
This diff is collapsed.
Click to expand it.
config/settings-
backup-
example.json
→
config/settings-example.json
+
0
−
0
View file @
044ea1f9
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment