1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

fix runtime warning

This commit is contained in:
deadc0de6
2021-04-30 13:52:42 +02:00
parent 4683460206
commit 5db5d51fb2

View File

@@ -4,11 +4,11 @@ Copyright (c) 2017, deadc0de6
"""
import sys
import dotdrop.dotdrop
def main():
"""entry point"""
import dotdrop.dotdrop
if dotdrop.dotdrop.main():
sys.exit(0)
sys.exit(1)