mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-04 16:49:35 +00:00
feat: print which bridge is being processed (#2860)
This commit is contained in:
parent
b1ae7603bf
commit
d2313bddcc
1
.github/prtester.py
vendored
1
.github/prtester.py
vendored
@ -16,6 +16,7 @@ def testBridges(bridges,status):
|
||||
if bridge.get('data-ref'): # Some div entries are empty, this ignores those
|
||||
bridgeid = bridge.get('id')
|
||||
bridgeid = bridgeid.split('-')[1] # this extracts a readable bridge name from the bridge metadata
|
||||
print(bridgeid + "\n")
|
||||
bridgestring = '/?action=display&bridge=' + bridgeid + '&format=Html'
|
||||
forms = bridge.find_all("form")
|
||||
formid = 1
|
||||
|
Loading…
Reference in New Issue
Block a user