diff --git a/websitemodule.py b/websitemodule.py index 6ea605a..fddcc9a 100644 --- a/websitemodule.py +++ b/websitemodule.py @@ -77,8 +77,7 @@ def randomize(listurl): # Data fetching and class="play-button"> ← Main Page - """ @@ -105,7 +104,7 @@ def randomize(listurl): # Data fetching and # HTML block html += f""" -
+
#{musiccount} {title} @@ -117,7 +116,17 @@ def randomize(listurl): # Data fetching and class="thumbnail" alt="{title} Cover Art" onerror="this.style.display='none'"> -
""" +
+ + + """ except Exception as e: print(f"Error processing: {music} - {str(e)}")