mirror of
https://github.com/tomasriveral/nixpkgs-notifier.git
synced 2026-08-12 02:38:37 +02:00
fix: indentation
This commit is contained in:
+1
-1
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user