Skip to content

Commit 2820c29

Browse files
authored
Merge pull request #212 from Res260/easylaunch
Add a launcher to contentctl.py to allow easier debugging and launchi… Since this is a small update, I have merged it directly into MAIN rather than the release branch.
2 parents 9b5e02e + eb50a04 commit 2820c29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contentctl/contentctl.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,7 @@ def main():
229229
print(e)
230230

231231
sys.exit(1)
232-
232+
233+
234+
if __name__ == "__main__":
235+
main()

0 commit comments

Comments
 (0)