Skip to content

Commit

Permalink
Update LOTRO_Weekly_Code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Forked authored Nov 15, 2024
1 parent b69a3b6 commit 5771ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LOTRO_Weekly_Code.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
urllib3.util.ssl_.DEFAULT_CIPHERS += 'HIGH:!DH:!aNULL'
http = urllib3.PoolManager(cert_reqs='CERT_NONE')

r = http.request('GET', 'https://forums.lotro.com/index.php?forums/sales-and-promotions.8/&last_days=7&order=last_post_date&direction=dec')
r = http.request('GET', 'https://forums.lotro.com/index.php?forums/sales-and-promotions.8/&last_days=7&order=post_date&direction=desc')

def str_between(string, start, end, occurrence):
return (string.split(start))[occurrence].split(end)[0]
Expand Down

0 comments on commit 5771ddf

Please sign in to comment.