mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Dammit python
This commit is contained in:
parent
53891400ea
commit
b0acd0e745
|
@ -107,7 +107,7 @@ def scrape_course_card(html_id, i, note):
|
|||
def main():
|
||||
global driver
|
||||
|
||||
if len(sys.argv) != 3 && len(sys.argv) != 4:
|
||||
if len(sys.argv) != 3 and len(sys.argv) != 4:
|
||||
print(
|
||||
f"USAGE: python {sys.argv[0]} <transfer file> <state file> [timeout minutes]"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue