BraydenMoore commited on
Commit
572f8cd
·
1 Parent(s): 7e37821

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -33,8 +33,7 @@ def latlon_to_pixel(loc):
33
  @app.route('/proxy/<path:url>')
34
  def proxy(url):
35
 
36
- timestamp = request.args.get('t', None) # New line
37
- print('URL:', url, 'Timestamp:', timestamp) # Updated line
38
 
39
  headers = {'User-Agent': 'Mozilla/5.0'}
40
  try:
 
33
  @app.route('/proxy/<path:url>')
34
  def proxy(url):
35
 
36
+ print('URL:', url)
 
37
 
38
  headers = {'User-Agent': 'Mozilla/5.0'}
39
  try: