Skip to content

Commit

Permalink
Fixed code on README
Browse files Browse the repository at this point in the history
  • Loading branch information
angelRev committed Sep 10, 2021
1 parent 06f3970 commit d82305e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
secret = 'some secret'
key = load_private_key_from_file(str(Path(__file__).resolve().parent / 'id_rsa'))
app = SkillApplication(__name__, secret=secret, private_key=key)

__all__ = ['app']# Webex Assistant SDK

An SDK for developing Webex Assistant Skills based on the [MindMeld](https://www.mindmeld.com) platform.

## Install the SDK
Expand Down

0 comments on commit d82305e

Please sign in to comment.