From 6c2e8042008056d7c48e624cedb6804b6514fbea Mon Sep 17 00:00:00 2001 From: shoshin Date: Sun, 19 Mar 2023 21:28:27 -0500 Subject: Clean: comment --- steam.lisp | 10 ---------- 1 file changed, 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|)) -- cgit v1.2.3