Skip to content

Commit 48e5fe4

Browse files
committed
gereksiz print kaldırıldı
1 parent 20529e3 commit 48e5fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_query_strings(self):
4040
date_argument = str(self.get_argument("date", today_utc, strip=True))
4141
parsed_date = dateutil.parser.parse(date_argument)
4242
date = parsed_date.strftime("%Y/%m/%d %H:%M:%S")
43-
print(date)
43+
4444
lat = str(self.get_argument("lat", "41.015137", strip=True))
4545
lon = str(self.get_argument("lon", "28.979530", strip=True))
4646
elevation = int(self.get_argument("elevation", 0, strip=True))

0 commit comments

Comments
 (0)