Skip to content

Commit

Permalink
Update prtester.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bockiii authored Oct 15, 2024
1 parent 356dcc1 commit 7755025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/prtester.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from bs4 import BeautifulSoup
from datetime import datetime
from typing import Iterable
#import os.path
import os
import urllib

Expand Down Expand Up @@ -41,7 +40,7 @@ def main(instances: Iterable[Instance], with_upload: bool, with_reduced_upload:
def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, with_reduced_upload: bool) -> Iterable:
instance_suffix = ''
prid = os.getenv("PR")
tester_url = f'https://bockiii.github.io/prs/{prid}'
tester_url = f'https://rss-bridge.github.io/rss-bridge-tests/prs/{prid}'
if instance.name:
instance_suffix = f' ({instance.name})'
table_rows = []
Expand Down

0 comments on commit 7755025

Please sign in to comment.