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 f066fd2 commit 53644cdCopy full SHA for 53644cd
main.py
@@ -1,4 +1,6 @@
1
import setup
2
+from check import check
3
import accounttype
4
conn=setup.setup()
-accounttype.acctype()
5
+if not check:
6
+ accounttype.acctype()
0 commit comments