fix: indentation

This commit is contained in:
2026-06-12 16:11:26 +02:00
parent c0a53da09a
commit d57d0a3b68
+1 -1
View File
@@ -234,7 +234,7 @@ def main():
if pr: if pr:
print(" " + str(pr) + " " + getPRTitle(pr)) print(" " + str(pr) + " " + getPRTitle(pr))
elif sys.argv[1] == "listen": elif sys.argv[1] == "listen":
while True: while True:
try: try:
if trackedPRFile.exists(): if trackedPRFile.exists():