mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
Merge pull request #1074 from hohky/main
Changes in language and code visual
This commit is contained in:
commit
1176ddbe30
@ -50,9 +50,9 @@
|
|||||||
- [Environment variables](#-environment-variables)
|
- [Environment variables](#-environment-variables)
|
||||||
- [Running](#-running)
|
- [Running](#-running)
|
||||||
- [Build](#-build)
|
- [Build](#-build)
|
||||||
- [Build the bittorrent client](#-build-the-bittorrent-client)
|
- [ Criar o cliente bittorrent](#-build-the-bittorrent-client)
|
||||||
- [Build the Electron application](#-build-the-electron-application)
|
- [Criar a aplicação Electron](#-build-the-electron-application)
|
||||||
- [Contributors](#-contributors)
|
- [Contribuidores](#-contributors)
|
||||||
- [Licença](#-licença)
|
- [Licença](#-licença)
|
||||||
|
|
||||||
## <a name="about"> Sobre
|
## <a name="about"> Sobre
|
||||||
@ -152,7 +152,7 @@ yarn dev
|
|||||||
|
|
||||||
## <a name="build"></a> Build
|
## <a name="build"></a> Build
|
||||||
|
|
||||||
### <a name="build-the-bittorrent-client"></a> Build the bittorrent client
|
### <a name="build-the-bittorrent-client"></a> Criar o cliente bittorrent
|
||||||
|
|
||||||
Compile o cliente BitTorrent usando este comando
|
Compile o cliente BitTorrent usando este comando
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ Compile o cliente BitTorrent usando este comando
|
|||||||
python torrent-client/setup.py build
|
python torrent-client/setup.py build
|
||||||
```
|
```
|
||||||
|
|
||||||
### <a name="build-the-electron-application"></a> Build the Electron application
|
### <a name="build-the-electron-application"></a> Criar a aplicação Electron
|
||||||
|
|
||||||
Compile a aplicação Electron usando este comando:
|
Compile a aplicação Electron usando este comando:
|
||||||
|
|
||||||
@ -176,7 +176,7 @@ No Linux:
|
|||||||
yarn build:linux
|
yarn build:linux
|
||||||
```
|
```
|
||||||
|
|
||||||
## <a name="contributors"></a> Contributors
|
## <a name="contributors"></a> Contribuidores
|
||||||
|
|
||||||
<a href="https://github.com/hydralauncher/hydra/graphs/contributors">
|
<a href="https://github.com/hydralauncher/hydra/graphs/contributors">
|
||||||
<img src="https://contrib.rocks/image?repo=hydralauncher/hydra" />
|
<img src="https://contrib.rocks/image?repo=hydralauncher/hydra" />
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
import sys
|
import sys, json, urllib.parse, psutil
|
||||||
from http.server import HTTPServer, BaseHTTPRequestHandler
|
from http.server import HTTPServer, BaseHTTPRequestHandler
|
||||||
import json
|
|
||||||
import urllib.parse
|
|
||||||
import psutil
|
|
||||||
from torrent_downloader import TorrentDownloader
|
from torrent_downloader import TorrentDownloader
|
||||||
from profile_image_processor import ProfileImageProcessor
|
from profile_image_processor import ProfileImageProcessor
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
from PIL import Image
|
from PIL import Image
|
||||||
import tempfile
|
import os, uuid, tempfile
|
||||||
import os, uuid
|
|
||||||
|
|
||||||
class ProfileImageProcessor:
|
class ProfileImageProcessor:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user