Skip to content

Commit abc382d

Browse files
author
Jesse
authored
Update RRCacheTool.py
1 parent 948aaca commit abc382d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RRCacheTool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def parse_library(library):
6969

7070

7171
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")
7373
print("Dir:", location_info)
7474
print("1. Parse and Export")
7575
print("2. Delete Library")
@@ -146,7 +146,7 @@ def main():
146146
parsed = parse_library(library)
147147

148148
# Export it
149-
export = "Parsed Rec Room Cache Library\nhttps://github.com/Jegarde/RecRoom-Cache-Library-Tool\n[URL / Cache Date]\n"
149+
export = "Parsed Rec Room Cache Library\nhttps://github.com/Jegarde/RecRoom-Library-Cache-Tool\n[URL / Cache Date]\n"
150150
for key in parsed:
151151
export += f"\nEXTENSION - {key} (Amount: {len(parsed[key])})\n\n"
152152
for item in parsed[key]:

0 commit comments

Comments
 (0)