Geek7 commited on
Commit
0f9ee08
·
verified ·
1 Parent(s): 1883764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def home():
12
  return ""
13
 
14
  ecpm_data = {
15
- "ecpm": 4500 # Example ECPM Value
16
  }
17
 
18
  @app.route('/get_ecpm_player', methods=['GET'])
 
12
  return ""
13
 
14
  ecpm_data = {
15
+ "ecpm": 50 # Example ECPM Value
16
  }
17
 
18
  @app.route('/get_ecpm_player', methods=['GET'])