Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CoorFun committed Mar 15, 2019
1 parent 5d702b5 commit cd7d873
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Submitting Changes
------------------
* Push your changes to a feature branch in your fork of the repository.
* Submit a `Pull Request`.
* Wait for maintainer feedback.
* Wait for maintainer feedback.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2018 Snips
Copyright (c) 2019 Snips

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion action-demo_dev_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
client.start_block()

except KeyboardInterrupt:
relay.clear()
relay.clear()
3 changes: 1 addition & 2 deletions snipsTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ def write_configuration_file(configuration_file, data):
conf_parser.write(f)
except (IOError, configparser.Error) as e:
print(e)
return False

return False

0 comments on commit cd7d873

Please sign in to comment.