storeXLS updated
This commit is contained in:
2
main.py
2
main.py
@@ -17,6 +17,8 @@ def main():
|
||||
|
||||
tempxls = xls.DBXLStorage("./temp.xls")
|
||||
tempxls.DBXLSOpen()
|
||||
tempxls.AddArtistInfo("Kuno Inu", "/artist/kunoinu/")
|
||||
tempxls.AddSeriesInfo("Original", "/serires/original/")
|
||||
tempxls.AddTagInfo("female:bondage", "/tag/bondage/")
|
||||
tempxls.AddTagInfo("female:slave", "/tag/slave/")
|
||||
tempxls.DBXLSClose()
|
||||
|
||||
Reference in New Issue
Block a user