Fixed An Error!

This commit is contained in:
Varun 2020-10-12 19:25:11 +05:30
parent 0ce0599791
commit d123401c29
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -14,16 +14,16 @@ if config['gistsSource']:
if config['gistsStared']:
print('Setting Up Mirror For Stared Github Gists')
#gistsStared()
gistsStared()
if config['repositorySource']:
print('Setting Up Mirror For Source Github Repository')
#repositorySource()
repositorySource()
if config['repositoryStared']:
print('Setting Up Mirror For Stared Github Repository')
#repositoryStared()
repositoryStared()
if config['repositoryForked']:
print('Setting Up Mirror For Forked Github Repository')
#repositoryForked()
repositoryForked()