Spaces:
Sleeping
Sleeping
Update google_db.py
Browse files- google_db.py +7 -0
google_db.py
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
google_url = os.getenv('goo_url')
|
| 2 |
|
| 3 |
async def async_save_db(data):
|
|
|
|
| 1 |
+
from flask import request, jsonify
|
| 2 |
+
import globs
|
| 3 |
+
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 |
async def async_save_db(data):
|