1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

Several small fixes, mostly for style issues

This commit is contained in:
2019-02-24 18:25:34 +01:00
parent 07690f9c94
commit 6c6f01781a
11 changed files with 69 additions and 65 deletions

View File

@@ -64,5 +64,6 @@ def main():
app = App(db)
app.run()
if __name__ == "__main__":
main()