读配置文件的admob参数
This commit is contained in:
parent
0dbce28a24
commit
2a5812d404
|
@ -189,8 +189,8 @@ storePassword=123456
|
|||
self.context.config = javaproperties.load(f)
|
||||
|
||||
# 不打admob
|
||||
# if self.context.admob_app_id is None or self.context.admob_app_id == "":
|
||||
# self.context.admob_app_id = self.context.get_config("admob_id")
|
||||
if self.context.admob_app_id is None or self.context.admob_app_id == "":
|
||||
self.context.admob_app_id = self.context.get_config("admob_id")
|
||||
pass
|
||||
|
||||
def update_icon(self):
|
||||
|
|
Loading…
Reference in New Issue