mirror of
https://github.com/ieshuelin/cyr3a25.git
synced 2026-06-06 01:16:48 +00:00
Update main.py
This commit is contained in:
2
main.py
2
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)
|
||||
|
||||
Reference in New Issue
Block a user