Update main.py

This commit is contained in:
2025-06-18 21:10:54 +02:00
committed by GitHub
parent 2751450471
commit 7c496fd3b5

View File

@@ -26,7 +26,7 @@ for fname in glob.glob('./webs/**/*.zip'):
owners = dirs[2]
print(f'Procesando a {owners}')
owner = completion(f'you are an ai that only gets the first person\'s name and returns it in lowercase. here is the current directory name: {owners}. you must only return the lowercase name and nothing else. you mustn\'t return special characters, only english ones. return names composed of more than one word with underscores')
owner = completion(f'you are an ai that only gets the first person\'s name and returns it in lowercase. do not, by any circumstances, return anything apart from the actual name else, i will kill you. here is the current directory name: {owners}. you must only return the lowercase name and nothing else. you mustn\'t return special characters, only english ones. return names composed of more than one word with underscores')
dist_loc = f'dist/{owner}'
os.makedirs(dist_loc)