Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김선호
/
troll.gg
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
2
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김선호
2020-12-11 16:10:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5387b927d2d0ab703036ac25d59ae87dc06dbbb
a5387b92
1 parent
07406bb2
readme
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
trollgg/all_data.py
trollgg/bin/www
trollgg/all_data.py
View file @
a5387b9
...
...
@@ -4,7 +4,7 @@ import sys, json
import
base64
APIKEY
=
"
RGAPI-686e045c-f10b-40f4-967b-c38d1f08f602
"
APIKEY
=
""
headers
=
{
"User-Agent"
:
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36"
,
"Accept-Language"
:
"ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7"
,
...
...
trollgg/bin/www
View file @
a5387b9
...
...
@@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'300
1
'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'300
2
'
);
app
.
set
(
'port'
,
port
);
/**
...
...
Please
register
or
login
to post a comment