Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Error Handling updated
Browse files Browse the repository at this point in the history
  • Loading branch information
trakiastudent committed Aug 16, 2021
1 parent 21db007 commit 3700d9c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 133 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# contains the application configuration parameters.
#add your api_key
yandex_api_key:str= "yandex_geolocator_api_key" # get a free api key --> https://developer.tech.yandex.ru/
yandex_api_key:str= "" # get a free api key --> https://developer.tech.yandex.ru/
3 changes: 2 additions & 1 deletion dir_distance/_init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from math import radians, sin, cos, atan2, sqrt
from math import radians, sin, cos, atan2, sqrt
from flask import abort
90 changes: 0 additions & 90 deletions static/css/error_style.css

This file was deleted.

41 changes: 0 additions & 41 deletions templates/error_msg.html

This file was deleted.

0 comments on commit 3700d9c

Please sign in to comment.