Skip to content

Commit

Permalink
gereksiz print kaldırıldı
Browse files Browse the repository at this point in the history
  • Loading branch information
ogun committed Oct 10, 2017
1 parent 20529e3 commit 48e5fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_query_strings(self):
date_argument = str(self.get_argument("date", today_utc, strip=True))
parsed_date = dateutil.parser.parse(date_argument)
date = parsed_date.strftime("%Y/%m/%d %H:%M:%S")
print(date)

lat = str(self.get_argument("lat", "41.015137", strip=True))
lon = str(self.get_argument("lon", "28.979530", strip=True))
elevation = int(self.get_argument("elevation", 0, strip=True))
Expand Down

0 comments on commit 48e5fe4

Please sign in to comment.