We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53644cd commit 69760afCopy full SHA for 69760af
main.py
@@ -1,6 +1,6 @@
1
import setup
2
-from check import check
+import check
3
import accounttype
4
conn=setup.setup()
5
-if not check:
6
- accounttype.acctype()
+if not check.check():
+ accounttype.acctype()
0 commit comments