mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
changes in language and code visual
This commit is contained in:
parent
d93e234001
commit
801658fb39
5 changed files with 148062 additions and 12 deletions
|
@ -1,8 +1,5 @@
|
|||
import sys
|
||||
import sys, json, urllib.parse, psutil
|
||||
from http.server import HTTPServer, BaseHTTPRequestHandler
|
||||
import json
|
||||
import urllib.parse
|
||||
import psutil
|
||||
from torrent_downloader import TorrentDownloader
|
||||
from profile_image_processor import ProfileImageProcessor
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
from PIL import Image
|
||||
import tempfile
|
||||
import os, uuid
|
||||
import os, uuid, tempfile
|
||||
|
||||
class ProfileImageProcessor:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue