質問編集履歴

1

ソースを修正した

2024/09/05 06:27

投稿

edmame
edmame

スコア21

test CHANGED
File without changes
test CHANGED
@@ -33,7 +33,7 @@
33
33
  notification.notify(
34
34
  title='通知',
35
35
  message='ファイルが置かれました!',
36
- app_name='アプリ名だよ',
36
+ app_name='hoge',
37
37
  app_icon='./notification.jpg'
38
38
  )
39
39
  ```