mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
Fixed a bug that occurred when not using the -sas argument, see issue #57
This commit is contained in:
parent
73fe2d6193
commit
7feb1cecdd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class Game:
|
|||
self.skipping_above_size_MB = float(self.args[(self.args.index('--skip-above-size')+1)])
|
||||
self.skipping_above_size_B = abs(self.skipping_above_size_MB * 1000000)
|
||||
else:
|
||||
self.skipping_above_size = False
|
||||
self.skipping_large_entries = False
|
||||
|
||||
self.data = data["game"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue