We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18b1a9 commit bee5139Copy full SHA for bee5139
adminpanel.py
@@ -1,8 +1,5 @@
1
import hireemployee
2
-
3
4
-def ap2():
5
- print("ap2")
+import fireemployee
6
7
def ap3():
8
print("ap3")
@@ -20,7 +17,7 @@ def ap():
20
17
if a=='1':
21
18
hireemployee.ap1()
22
19
elif a=='2':
23
- ap2()
+ fireemployee.ap2()
24
elif a=='3':
25
ap3()
26
elif a=='0':
hireemployee.py
@@ -175,5 +175,4 @@ def ap1():
175
print(err.msg)
176
print("-----------Value addition was unsuccessful!!!!-------------")
177
else:
178
- print("Values added successfully!!")
179
-ap1()
+ print("Values added successfully!!")
0 commit comments