mirror of
https://github.com/tomasriveral/nixpkgs-notifier.git
synced 2026-08-11 18:28:38 +02:00
fix: indentation
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ def main():
|
||||
if pr:
|
||||
print(" " + str(pr) + " " + getPRTitle(pr))
|
||||
|
||||
elif sys.argv[1] == "listen":
|
||||
elif sys.argv[1] == "listen":
|
||||
while True:
|
||||
try:
|
||||
if trackedPRFile.exists():
|
||||
|
||||
Reference in New Issue
Block a user