Skip to content

Commit

Permalink
Update jntuhresultscraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThilakReddyy committed Jun 9, 2023
1 parent bfa7697 commit be67858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jntuhresults/Executables/jntuhresultscraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, roll_number):

# Initialize instance variables
self.url = "http://results.jntuh.ac.in/resultAction"
self.url="http://202.63.105.184/results/resultAction"
# self.url="http://202.63.105.184/results/resultAction"

self.roll_number = roll_number

Expand Down

0 comments on commit be67858

Please sign in to comment.