From b357de2670e3ca5ef296cd805852f781b804182e Mon Sep 17 00:00:00 2001 From: Sorrow446 <47045733+Sorrow446@users.noreply.github.com> Date: Sun, 9 Feb 2020 20:16:00 +0000 Subject: [PATCH] Update api.py --- api/api.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/api.py b/api/api.py index b4240ec..2a284c5 100644 --- a/api/api.py +++ b/api/api.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python3 -#Sorrow446. +# Sorrow446. import os import re @@ -42,4 +41,4 @@ class Client: if not j['auth_state']['subscriber']: raise IneligibleError('Marvel Unlimited subscription required.') urls = [url['assets']['source'] for url in j['pages']] - return urls \ No newline at end of file + return urls