-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fight with buildozer errors, but at least compiles
- Loading branch information
1 parent
98e32f1
commit 1130fe6
Showing
7 changed files
with
44 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
/dist | ||
/venv | ||
/temp | ||
/bin | ||
*.epub | ||
*.pyc | ||
__pycache__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
from blog2epub.blog2epub_gui import Blog2EpubKivy | ||
|
||
|
||
def main(): | ||
Blog2EpubKivy().run() | ||
|
||
|
||
if __name__ == "__main__": | ||
main() | ||
from blog2epub.blog2epub_gui import Blog2EpubKivy | ||
|
||
|
||
def main(): | ||
Blog2EpubKivy().run() | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
Oops, something went wrong.