diff --git a/frameworks/WAFS/WAFS.py b/frameworks/WAFS/WAFS.py index a164997..0040626 100644 --- a/frameworks/WAFS/WAFS.py +++ b/frameworks/WAFS/WAFS.py @@ -90,4 +90,6 @@ def getDescription(self, titleNum, paired): return f"{titleStr} - {sectStr}" def _hookPostBuildContentDetail(self): + if self.isBeta == False: + return self.WATools.createMilestoneIfNotExists() \ No newline at end of file