This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhusc
/
stock-operation
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Initial commit
zhusc
5 months ago
parent
bc934d6167
commit
d30f72e804
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
user_events/main.py
+ 1
- 0
user_events/main.py
View File
@@ -53,5 +53,6 @@ def main():
monitor.monitor()
+
if __name__ == "__main__":
main()