except Exception as e
で取得する
try:
export_s3()
except Exception as e:
print(e)
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
except Exception as e
で取得する
try:
export_s3()
except Exception as e:
print(e)
Register as a new user and use Qiita more conveniently
Go to list of users who liked