We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f235e commit 72c818aCopy full SHA for 72c818a
main_controller.py
@@ -46,7 +46,8 @@ def internet_on():
46
print("Getting provider...")
47
if not IBMQ.active_account():
48
if internet_on():
49
- IBMQ.enable_account(Qconfig_IBMQ_experience.APItoken)
+ #IBMQ.enable_account(Qconfig_IBMQ_experience.APItoken)
50
+ IBMQ.load_account()
51
provider = IBMQ.get_provider()
52
else:
53
hat.show_message("Offline mode")
0 commit comments