Skip to content

Commit 20b7f70

Browse files
author
BuildTools
committed
Updated .gitignore
1 parent 817b826 commit 20b7f70

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
e.py
22
test.py
33
setup.sh
4+
pypiaccount.txt
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.

pytohub/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def start_main_menu():
165165
log.log("Your hub will restart because if you uploaded data to it changes directorys and glitches the hub")
166166
exit()
167167
elif out[1] == 1:
168-
print("")
168+
out2 = second_menu()
169169
else:
170170
pass
171171

pytohub/menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main_menu():
2222
selects = [
2323
"Disconnect",
2424
"Upload",
25-
"Settings"
25+
"Manage modules"
2626
]
2727

2828
while True:

0 commit comments

Comments
 (0)