Skip to content

Commit

Permalink
[FIX] Add CS Department in the Code
Browse files Browse the repository at this point in the history
  • Loading branch information
haadijafari committed Oct 6, 2024
1 parent 3dc940c commit f279ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
driver = webdriver.Chrome()
#driver.set_window_position(-10000, 0)

Departments = [ 'بخش رياضي كاربردي', 'بخش معارف اسلامي']
Departments = ['بخش علوم كامپيوتر', 'بخش رياضي كاربردي', 'بخش معارف اسلامي']
fields = ['Unit name',
'Unit count',
'Unit code',
Expand Down

0 comments on commit f279ea3

Please sign in to comment.