From 4d174589e37b5f4e7fa2dd029c46fe77e7f9a516 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Thu, 22 Dec 2022 21:20:42 -0600 Subject: [PATCH] 12/22/2022 --- qmutants.py | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/qmutants.py b/qmutants.py index a0f7b73..24cf8a7 100644 --- a/qmutants.py +++ b/qmutants.py @@ -14,23 +14,29 @@ import paho.mqtt.client as mqtt HOST = "telnet.goldenunicorn.net" -usr_1 = "epilectrik" -pwrd_1 = "gupass" +choice = int(sys.argv[1]) +print("choice:"+sys.argv[1]) -usr_2 = "im bait" -pwrd_2 = "gupass" +if choice == 1: + usr_1 = "epilectrik" + pwrd_1 = "gupass" -#usr_1 = "Mtron" -#pwrd_1 = "gupass" + usr_2 = "im bait" + pwrd_2 = "gupass" -#usr_2 = "IonJunkies-Merc" -#pwrd_2 = "gupass" +if choice == 2: + usr_1 = "Mtron" + pwrd_1 = "gupass" -#usr_1 = "doctor" -#pwrd_1 = "gupass" + usr_2 = "IonJunkies-Merc" + pwrd_2 = "gupass" -#usr_2 = "robin-hood" -#pwrd_2 = "gupass" +if choice == 3: + usr_1 = "doctor" + pwrd_1 = "gupass" + + usr_2 = "robin-hood" + pwrd_2 = "gupass" #this is a thing that i wrote #static lists