Skip to content

Commit 53644cd

Browse files
committed
Fixed minor bug
1 parent f066fd2 commit 53644cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import setup
2+
from check import check
23
import accounttype
34
conn=setup.setup()
4-
accounttype.acctype()
5+
if not check:
6+
accounttype.acctype()

0 commit comments

Comments
 (0)