Closed webspam0 closed 4 months ago
Removes a few redundant code paths.
Second commit fixes an issue instead of just removing the redundant code path. The backing type of returned number can now be int. Would probably be better in a
try / except
, but I tried to keep to the original intent.
Wouldn't that break multiline? It will replace all \n not just excessive new lines starting with it?
Thank you! Much appreciated!
Removes a few redundant code paths.
Second commit fixes an issue instead of just removing the redundant code path. The backing type of returned number can now be int. Would probably be better in a
try / except
, but I tried to keep to the original intent.