Skip to content

Commit 69760af

Browse files
committed
Fixed minor bug
1 parent 53644cd commit 69760af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

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

0 commit comments

Comments
 (0)