Skip to content

Commit

Permalink
[ABS] add Config Init based on agorasdktype
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterPu committed Dec 17, 2024
1 parent e42992d commit a7a63f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ABS.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from UBSHelper import *
from ABSHelper import *

from ConfigParser import *

## Combine UBS + APM
class AgoraBuildSystem(BaseSystem):

Expand Down Expand Up @@ -35,6 +37,8 @@ def Init(self):
def Start(self):
AgoraBuildSystem.Get().Init()
args = self.ParseCMDArgs()
if args.agorasdktype != "RTC":
ConfigParser.Get().Init(args.agorasdktype)
self.CreateTask(args)

def ParseCMDArgs(self):
Expand Down
2 changes: 1 addition & 1 deletion Config

0 comments on commit a7a63f9

Please sign in to comment.