disable sms spoof

This commit is contained in:
TrustedSec 2017-04-30 14:53:39 -04:00
parent 456db1c845
commit 6a91cf7f36

View file

@ -1210,12 +1210,12 @@ and send the QRCode via a mailer.
### TEMPORARILY DISABLED
#print_error("This module is currently disabled as spoofmytextmessage.com is currently experiencing issues. As soon as it is working again or I can rework the module, this will remain disabled.")
#raw_input("Press {return} to connect to the main menu.")
try:
module_reload(src.sms.sms)
except:
import src.sms.sms
print_error("This module is currently disabled as spoofmytextmessage.com is currently experiencing issues. As soon as it is working again or I can rework the module, this will remain disabled.")
raw_input("Press {return} to connect to the main menu.")
#try:
# module_reload(src.sms.sms)
#except:
# import src.sms.sms
# Main Menu choice 11: Third Party Modules
if main_menu_choice == '11':