File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def parse_library(library):
69
69
70
70
71
71
def option_menu (location_info = "" ):
72
- print (f"Rec Room Cache Library Tool v{ version } by @Jegarde" )
72
+ print (f"Rec Room Library Cache Tool v{ version } by @Jegarde" )
73
73
print ("Dir:" , location_info )
74
74
print ("1. Parse and Export" )
75
75
print ("2. Delete Library" )
@@ -146,7 +146,7 @@ def main():
146
146
parsed = parse_library (library )
147
147
148
148
# Export it
149
- export = "Parsed Rec Room Cache Library\n https://github.com/Jegarde/RecRoom-Cache- Library-Tool\n [URL / Cache Date]\n "
149
+ export = "Parsed Rec Room Cache Library\n https://github.com/Jegarde/RecRoom-Library-Cache -Tool\n [URL / Cache Date]\n "
150
150
for key in parsed :
151
151
export += f"\n EXTENSION - { key } (Amount: { len (parsed [key ])} )\n \n "
152
152
for item in parsed [key ]:
You can’t perform that action at this time.
0 commit comments