Skip to content

Commit daf4c47

Browse files
committed
smol cleanup
1 parent b9d8ca0 commit daf4c47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FT_Builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ def print_ascii_Ready():
5353
/ \ ) / ) _) ) / ) _) / \ ) D ( ) / \_/
5454
\_/\_/(__\_)(____) (__\_)(____)\_/\_/(____/(__/ (_)
5555
"""
56-
check = r"""
56+
LilText = r"""
5757
Evrything should be all up and ready in the folder
5858
5959
"""
6060
print(ascii_art)
61-
print(check)
61+
print(LilText)
6262

6363

6464
def get_file_path(prompt):
@@ -308,8 +308,8 @@ def main():
308308
for file_name in file_names:
309309
shutil.move(os.path.join(source_dir, file_name), buildDestination)
310310

311-
#moving evrything that can be under the data folder
312311

312+
#moving evrything that can be under the data folder
313313
files_to_exclude = [
314314
"! "+NameCustomAvatarDir+"Patcher.exe",
315315
"base_library.zip",

0 commit comments

Comments
 (0)