bnadarevic / CTFNoteTaker

bot for taking notes about challenges during CTF
5 stars 0 forks source link

Make a global variable file, and have everything use it #14

Closed ValarDragon closed 8 years ago

ValarDragon commented 8 years ago

We need to make a global variable file which sets s,c,and conn so we dont have to pass it around everywhere. Only files in the Utilities package and CTFNoteTaker.py should ever directly access s,c,conn, every single other function should use a wrapper in Utilities.