mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-14 16:13:30 -06:00
added full integration of spotify explicit to the website with proper fixes needed
This commit is contained in:
@@ -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