Mr-Help commited on
Commit
7f343d3
Β·
verified Β·
1 Parent(s): fecf142

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -5,14 +5,14 @@ app = FastAPI()
5
 
6
  @app.get("/get-token")
7
  def get_token():
8
- URL = "https://odoo-demo.binrushd.care/api/auth/token"
9
 
10
  headers = {
11
  "CF-Access-Client-Id": "0491b36d7dcabce5b04f1a53f347bb4e.access",
12
  "CF-Access-Client-Secret": "22152cb41b62393e159daaff7dce433006c3744c5850e6adc15fa3544bb5eb09",
13
  "login": "binrushd.automation@gmail.com",
14
  "password": "BR2025",
15
- "db": "Live_August_25",
16
  }
17
 
18
  try:
 
5
 
6
  @app.get("/get-token")
7
  def get_token():
8
+ URL = "https://odoo.binrushd.care/api/auth/token"
9
 
10
  headers = {
11
  "CF-Access-Client-Id": "0491b36d7dcabce5b04f1a53f347bb4e.access",
12
  "CF-Access-Client-Secret": "22152cb41b62393e159daaff7dce433006c3744c5850e6adc15fa3544bb5eb09",
13
  "login": "binrushd.automation@gmail.com",
14
  "password": "BR2025",
15
+ "db": "BR_EMR_16.0_202401",
16
  }
17
 
18
  try: