print("Subscribed to Topic: " + MQTT_MSG + " with QoS: " + str(granted_qos)) should be print("Subscribed to Topic: " + MQTT_TOPIC + " with QoS: " + str(granted_qos))
should be