mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-03-10 06:31:09 +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
|
||||
|
||||
website = "https://phab.lubuntu.me"
|
||||
|
||||
phab = Phabricator(host=website+"/api/", token="API KEY")
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
global username
|
||||
username = "lugito"
|
||||
server = "irc.freenode.net"
|
||||
port = 6667
|
||||
channel = "#lubuntu-devel"
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
def connecttoirc():
|
||||
global conn, username
|
||||
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user