We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e8996 commit 912a63dCopy full SHA for 912a63d
bin/devdeck
@@ -36,6 +36,11 @@ if __name__ == "__main__":
36
root.info("Generating a setting file as none exist: %s", settings_filename)
37
os.makedirs(os.path.join(str(Path.home()), '.devdeck'), exist_ok=True)
38
DevDeckSettings.generate_default(settings_filename, serial_numbers)
39
+ else:
40
+ root.info("""No stream deck connected. Please connect a stream deck to generate an initial config file. \n
41
+ If you are having difficulty detecting your stream deck please follow the installation
42
+ instructions: https://github.com/jamesridgway/devdeck/wiki/Installation""")
43
+ exit(0)
44
45
try:
46
settings = DevDeckSettings.load(settings_filename)
0 commit comments