daemon: If there is not initial device name set one.

This commit is contained in:
Damir Jelić 2019-04-02 16:07:00 +02:00
parent 04f1a16eb7
commit fa3caa1c01

View File

@ -120,7 +120,7 @@ class ProxyDaemon:
password = body.get("password", "")
device_id = body.get("device_id", "")
device_name = body.get("initial_device_display_name", "")
device_name = body.get("initial_device_display_name", "pantalaimon")
store_path = user_data_dir("pantalaimon", "")