mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix argument name
This commit is contained in:
@@ -81,4 +81,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
result = parser.parse_args()
|
result = parser.parse_args()
|
||||||
|
|
||||||
draftsimRankings(result.setcode, result.name)
|
draftsimRankings(result.setcode, result.altpage)
|
||||||
|
|||||||
Reference in New Issue
Block a user