Skip to content

App id verification #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove debug statements
  • Loading branch information
fernandoaguilar committed Jan 16, 2017
commit 104cc750bd9790a155871c5928f72d31ef49bd7d
4 changes: 0 additions & 4 deletions ask/alexa_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,9 @@ def application_id(self):

def has_valid_app_id(self):
if not self.supported_app_ids:
print(self.supported_app_ids)
print('1')
return True
if not self.application_id():
print('2')
return False
print('3')
return self.application_id() in self.supported_app_ids

def get_slot_value(self, slot_name):
Expand Down