PyCharm grand repo wide reformat

This commit is contained in:
Xevion
2020-03-08 20:21:18 -05:00
parent 6aeb41249c
commit 66c2ff228c
17 changed files with 277 additions and 187 deletions

View File

@@ -1,11 +1,12 @@
import json
import logging
import os
import sys
import time
import json
from . import auth
from . import pull
from . import process
import logging
from . import pull
def main():
@@ -14,6 +15,7 @@ def main():
refresh()
process.main()
# Refreshes tracks from files if the token from Spotipy has expired,
# thus keeping us up to date in most cases while keeping rate limits
def refresh():
@@ -28,5 +30,6 @@ def refresh():
else:
pull.main()
if __name__ == "__main__":
main()
main()