Skip to content

Commit

Permalink
First commit using github workspaces!
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiqingL committed Sep 11, 2020
1 parent edfee7f commit 7c48bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions AWSY.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ def run(bssid_raw):
if(len(sys.argv) > 2):
print("Usage: python AWSY.py <bssid>")
else:
run(sys.argv[1])


run(sys.argv[1])
4 changes: 2 additions & 2 deletions Locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import re

# Put your api keys here
zillowKey = "api_key"
googleKey = "api_key"
zillowKey = input("Enter your zillow API key")
googleKey = input("Enter your google API key")

class GooglePlaces(object):
"""
Expand Down

0 comments on commit 7c48bc0

Please sign in to comment.