mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-15 08:13:42 -06:00
added full integration of spotify explicit to the website with proper fixes needed
This commit is contained in:
@@ -28,4 +28,5 @@ def refresh():
|
||||
else:
|
||||
pull.main()
|
||||
|
||||
main()
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -73,7 +73,7 @@ def process_data(data):
|
||||
|
||||
# Save the figure, overwriting anything in your way
|
||||
logging.info('Saving the figure to the \'export\' folder')
|
||||
export_folder = os.path.join(sys.path[0], 'export')
|
||||
export_folder = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'export')
|
||||
if not os.path.exists(export_folder):
|
||||
os.makedirs(export_folder)
|
||||
plt.tight_layout()
|
||||
|
||||
Reference in New Issue
Block a user