mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-05-01 21:11:28 +00:00
Consolidate variable names.
This commit is contained in:
parent
0eb0144ad7
commit
85fd5846f5
6
lugito
6
lugito
@ -12,17 +12,15 @@ from phabricator import Phabricator
|
|||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
website = "https://phab.lubuntu.me"
|
website = "https://phab.lubuntu.me"
|
||||||
|
|
||||||
phab = Phabricator(host=website+"/api/", token="API KEY")
|
phab = Phabricator(host=website+"/api/", token="API KEY")
|
||||||
|
|
||||||
app = Flask(__name__)
|
|
||||||
|
|
||||||
global username
|
global username
|
||||||
username = "lugito"
|
username = "lugito"
|
||||||
server = "irc.freenode.net"
|
server = "irc.freenode.net"
|
||||||
port = 6667
|
port = 6667
|
||||||
channel = "#lubuntu-devel"
|
channel = "#lubuntu-devel"
|
||||||
|
|
||||||
|
app = Flask(__name__)
|
||||||
|
|
||||||
def connecttoirc():
|
def connecttoirc():
|
||||||
global conn, username
|
global conn, username
|
||||||
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user