From 7bbb35d6e887c8057c29b07fdf6e405e7414c210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=AF=5C=5F=28=E3=83=84=29=5F/=C2=AF=20feel=20free=20to?= =?UTF-8?q?=20copy=20my=20code=20=2C=20I=20do=20it=20too?= <96356684+behind24proxies@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:42:02 +0200 Subject: [PATCH] another push --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index befe88d..03bea0d 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ def randomString(stringLength=6): lettersAndDigits = string.ascii_letters + string.digits return ''.join(random.choice(lettersAndDigits) for i in range(stringLength)) jned = json.loads(input('enter the json string : ')) -remote_git = 'git remote add somename ' + input('\nenter the repo link (no worries I will add .git)') +remote_git = 'git remote add somename ' + input('\nenter the repo link (no worries I will add .git) :') if not remote_git.endswith('.git'): remote_git = remote_git + '.git' @@ -33,7 +33,7 @@ def randomString(stringLength=6): builded_date = f'{k} 12:00:00' print(builded_date) for x in range(0,fries[jned[k]]): - with open('tesla.txt','a') as file: + with open('IceCream.txt','a') as file: file.write('a') print(os.system("git add .")) print('added')