Spaces:
test-sj-crm
/
Runtime error

DmitrMakeev commited on
Commit
8146e53
·
verified ·
1 Parent(s): 2123df3

Update google_db.py

Browse files
Files changed (1) hide show
  1. google_db.py +1 -2
google_db.py CHANGED
@@ -4,8 +4,7 @@ import os
4
  import asyncio
5
  import aiohttp
6
 
7
- api_variabl = os.getenv('api_key')
8
- google_url = os.getenv('goo_url')
9
 
10
  api_variabl = os.getenv('api_key')
11
  google_url = os.getenv('goo_url')
 
4
  import asyncio
5
  import aiohttp
6
 
7
+
 
8
 
9
  api_variabl = os.getenv('api_key')
10
  google_url = os.getenv('goo_url')