Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def home():
|
|
12 |
return ""
|
13 |
|
14 |
ecpm_data = {
|
15 |
-
"ecpm":
|
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'])
|