Geek7 commited on
Commit
1883764
·
verified ·
1 Parent(s): 809fc8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ CORS(app) # Enable CORS for all routes
11
  def home():
12
  return ""
13
 
14
- cpm_data = {
15
  "ecpm": 4500 # Example ECPM Value
16
  }
17
 
 
11
  def home():
12
  return ""
13
 
14
+ ecpm_data = {
15
  "ecpm": 4500 # Example ECPM Value
16
  }
17