mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 09:35:28 +03:00
feat: print which bridge is being processed (#2860)
This commit is contained in:
parent
b1ae7603bf
commit
d2313bddcc
1 changed files with 1 additions and 0 deletions
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 a new issue