rework plot figure size to properly space labels

This commit is contained in:
Xevion
2019-10-27 17:49:30 -05:00
parent 9108ce3259
commit af1de29ebb
3 changed files with 41 additions and 11 deletions

View File

@@ -25,5 +25,6 @@ def refresh():
pull.main()
else:
logging.info('Spotify data deemed to be recent enough (under {} seconds old)'.format(cache['expires_in']))
pull.main()
else:
pull.main()
main()