Skip to content

Commit

Permalink
Use SONIC_PI_CLI as GUI_ID instead of random UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
Widdershin committed Sep 21, 2015
1 parent 06be5af commit 804b136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sonic_pi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SonicPi
STOP_COMMAND = "/stop-all-jobs"
SERVER = 'localhost'
PORT = 4557
GUI_ID = SecureRandom.uuid
GUI_ID = 'SONIC_PI_CLI'

def run(command)
client.send(run_command(command))
Expand Down
2 changes: 1 addition & 1 deletion sonic-pi-cli.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'sonic-pi-cli'
s.version = '0.0.4'
s.date = '2015-08-21'
s.date = '2015-09-21'
s.summary = "Sonic Pi CLI"
s.description = "A simple command line interface for Sonic Pi"
s.authors = ["Nick Johnstone"]
Expand Down

0 comments on commit 804b136

Please sign in to comment.