You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should this be unique per machine ie 'hue-cli#hostname' as in the docs or per install? I wrote a little bit of code that just does try json eval {appName = config.appName} else { appName = 'hue-cli#' + os.hostname() } I could merge
the appname should be unique per install, and stored in the config json
The text was updated successfully, but these errors were encountered: