Skip to content

Commit

Permalink
another push
Browse files Browse the repository at this point in the history
  • Loading branch information
behind24proxies authored Sep 5, 2022
1 parent 16b0a8f commit 7bbb35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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')
Expand Down

0 comments on commit 7bbb35d

Please sign in to comment.