Update Gmeek.py
This commit is contained in:
parent
f5701d7be3
commit
60ee77d1ff
3
Gmeek.py
3
Gmeek.py
@ -41,7 +41,8 @@ class GMEEK():
|
||||
|
||||
user = Github(self.options.github_token)
|
||||
self.repo = self.get_repo(user, options.repo_name)
|
||||
print(f"GitHub Pages URL: {self.repo.html_url}")
|
||||
pages_url = f"https://{self.repo.owner.login}.github.io/{self.repo.name}"
|
||||
print(f"GitHub Pages URL: {pages_url}")
|
||||
self.feed = FeedGenerator()
|
||||
self.oldFeedString=''
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user