Add device_type

This commit is contained in:
Taylor Helsper 2019-07-26 22:24:58 -05:00
parent 44abb69eea
commit 9adc7ad088

View File

@ -128,6 +128,7 @@ def check_in():
product_key = get_product_key()
data = {
"serial": get_device_serial(),
"device_type": get_device_type(),
"version": get_current_version(),
"product_key": product_key
}