mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-04-08 21:23:30 +00:00
rename RconApp to Q3RconTUI
This commit is contained in:
@@ -8,7 +8,7 @@ from .settings import Settings
|
||||
from .writable import Writable
|
||||
|
||||
|
||||
class RconApp(App):
|
||||
class Q3RconTUI(App):
|
||||
CSS_PATH = 'q3rcon_tui.tcss'
|
||||
|
||||
def __init__(self):
|
||||
@@ -87,5 +87,5 @@ class RconApp(App):
|
||||
|
||||
|
||||
def main():
|
||||
app = RconApp()
|
||||
app = Q3RconTUI()
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user