forked from Hay1tsme/artemis
replace except with except Exception
This commit is contained in:
@ -221,5 +221,5 @@ class WaccaConstants:
|
||||
cls.Region.YAMANASHI,
|
||||
cls.Region.WAKAYAMA,
|
||||
][region]
|
||||
except:
|
||||
except Exception:
|
||||
return None
|
||||
|
Reference in New Issue
Block a user