mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-12 22:13:28 -06:00
PyCharm grand repo wide reformat
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user