Arch gem is not enabled by default

This commit is contained in:
Vinicius Moreira
2019-09-18 11:42:13 -03:00
parent e52616e0e5
commit da17ede1ec
16 changed files with 74 additions and 9 deletions

View File

@@ -81,3 +81,7 @@ def main():
cache_cleaner.start()
sys.exit(app.exec_())
if __name__ == '__main__':
main()