summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2023-03-19 21:28:27 -0500
committershoshin <shoshin@cicadas.surf>2023-03-19 21:28:27 -0500
commit6c2e8042008056d7c48e624cedb6804b6514fbea (patch)
treedc833bb405031f04a0948fe2ea9d3655854f209d
parentfa729c028c72b70ecd5cc393ce7889ce77a44b3f (diff)
Clean: comment
-rw-r--r--steam.lisp10
1 files changed, 0 insertions, 10 deletions
diff --git a/steam.lisp b/steam.lisp
index 35a77f9..0e29c73 100644
--- a/steam.lisp
+++ b/steam.lisp
@@ -21,16 +21,6 @@
(flexi-streams:octets-to-string
(drakma:http-request (steam-games-uri))))))
-;; (:|rtime_last_played| 1674604954
-;; :|playtime_linux_forever| 15
-;; :|playtime_mac_forever| 0
-;; :|playtime_windows_forever| 0
-;; :|has_community_visible_stats| T
-;; :|img_icon_url| "560d02f1edb9bf8a40060ff1c8cf818332cc2c9a"
-;; :|playtime_forever| 15
-;; :|name| "Amazing Cultivation Simulator"
-;; :|appid| 955900)
-
(defun make-steam-game (json)
(with-plist ((id :|appid|) (playtime :|playtime_forever|) (name :|name|)
(icon-url :|img_icon_url|) (last-played :|rtime_last_played|))