1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-12 17:12:23 +02:00

Improved Commenting

This commit is contained in:
2020-01-22 13:50:42 +01:00
parent f1ab04dc67
commit e8717f5a7a
4 changed files with 15 additions and 14 deletions

View File

@@ -6,10 +6,12 @@ from django.conf import settings
from .models import Gamer, ItemType, ItemInstance
from django.shortcuts import get_object_or_404
# Official Steam Servers
STEAM_SERVER = 'https://api.steampowered.com/'
USER_METHOD = 'ISteamUser/GetPlayerSummaries/v2'
INVENTORY_SERVER = 'https://steamcommunity.com/inventory/'
# CSGOFloats API Server (https://csgofloat.com)
FLOAT_SERVER = 'https://api.csgofloat.com/?url='