Madhana commited on
Commit
7ffff1d
·
1 Parent(s): ac2bc60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ from geopy.geocoders import Nominatim
37
 
38
  offset = None
39
 
40
- def get_data(bot_token: str) -> List[str]:
41
  global offset
42
  try:
43
  if offset == None:
 
37
 
38
  offset = None
39
 
40
+ def get_data(bot_token: str) -> list[str]:
41
  global offset
42
  try:
43
  if offset == None: