We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaddc1 commit c884784Copy full SHA for c884784
Lib/sqlite3/__main__.py
@@ -124,4 +124,4 @@ def main(*args):
124
125
126
if __name__ == "__main__":
127
- main(sys.argv)
+ main(sys.argv[1:])
0 commit comments