Skip to content

Commit 31767ee

Browse files
committed
Improve mathmatics
1 parent 5476647 commit 31767ee

74 files changed

Lines changed: 162 additions & 65 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
368 Bytes
Binary file not shown.
1.36 KB
Binary file not shown.
559 Bytes
Binary file not shown.
523 Bytes
Binary file not shown.

eggdriver/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from eggdriver.resources.console import get, clearConsole, pg
2-
from eggdriver.resources.constants import *
2+
from eggdriver.resources.constants import white
33
from eggdriver.resources.modules import installFromRequests, upgrade, Repo
44
from eggdriver.resources.help import help
55
from eggdriver.resources.auth import login, register
@@ -29,7 +29,7 @@
2929
def eggConsole(condition: bool = True):
3030
"""Display the Egg Console"""
3131
print(white + "Egg Console is now running")
32-
logged=0
32+
logged = 0
3333
while condition:
3434
i = get("egg")
3535
if i == "$nqs":
563 Bytes
Binary file not shown.
199 Bytes
Binary file not shown.
242 Bytes
Binary file not shown.
1.2 KB
Binary file not shown.
256 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)