Skip to content

Commit

Permalink
remove GET Command endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxghost committed Apr 18, 2018
1 parent 524662d commit 9b3b51e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ASF_IPC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ def post_bot(self, botname, bot_config, **kwargs):
payload[key] = value
return self.post_json('Bot', botname, body=payload)

def get_command(self, cmd):
return self.get('Command', cmd)

def post_command(self, cmd):
return self.post('Command', cmd)

Expand Down

0 comments on commit 9b3b51e

Please sign in to comment.