Update DataClass.py, StoreXLS.py, and main.py
save to xlsx.. working..now...
This commit is contained in:
@@ -27,9 +27,8 @@ class CBZInfo:
|
||||
|
||||
def RmvArtist(self, name):
|
||||
self.artists.discard(name)
|
||||
|
||||
|
||||
|
||||
|
||||
class TagInfo:
|
||||
def __init__(self, name, url):
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user