diff --git a/main.py b/main.py index 3f94f6e..26f750e 100644 --- a/main.py +++ b/main.py @@ -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)