Skip to content

Commit 2a8a483

Browse files
author
Makoto Koishi
committed
Have fixed typo issues
1 parent e4a38a6 commit 2a8a483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/filtering_notifications.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Created on Jan 25, 2023
2+
Created on Feb 3, 2023
33
44
@author: mkoishi
55
@@ -143,4 +143,4 @@ def main():
143143
logging.info(f"{set_to_seen} Notifications are set to SEEN.")
144144

145145
if __name__ == '__main__':
146-
sys.exit(main())
146+
sys.exit(main())

0 commit comments

Comments
 (0)